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?
Link copied to clipboard
abstract suspend fun encode(value: T?)