Package-level declarations

Types

Link copied to clipboard
interface Codec<T : @Serializable Any>

Encoding and decoding behavior that is used by the store

Link copied to clipboard
class KStore<T : @Serializable Any>(default: T? = null, enableCache: Boolean = true, codec: Codec<T>)

Creates a store with a custom encoder and a decoder

Properties

Link copied to clipboard
val DefaultJson: Json