Codec

interface Codec<T : @Serializable Any>

Encoding and decoding behavior that is used by the store

Functions

Link copied to clipboard
abstract suspend fun decode(): T?

Tells the store how to decode an given value

Link copied to clipboard
abstract suspend fun encode(value: T?)

Tells the store how to encode an given value