IKVValue

interface IKVValue

Serializable object that can be stored in a key value store

Inheritors

Properties

Link copied to clipboard
abstract val hash: String
Link copied to clipboard
abstract var isWritten: Boolean

Functions

Link copied to clipboard
abstract fun getDeserializer(): (String) -> IKVValue
Link copied to clipboard
Link copied to clipboard
abstract fun serialize(): String