Expand description
Serialization and deserialization -related logic.
Structs
- A
StateValueCodecthat usesbcsfor all keys and values. - A
StateValueCodecthat usesborshfor all values. - A
StateValueCodecthat usesserde_jsonfor all values.
Traits
- A trait for codecs which know how to serialize a type
Refas if it were some other typeTarget. - A trait for types that can serialize keys and values, as well as deserializing values for storage access.
- A trait for types that can serialize keys for storage access.
- A trait for types that can serialize and deserialize values for storage access.