Module sov_state::codec

source ·
Expand description

Serialization and deserialization -related logic.

Structs

Traits

  • A trait for codecs which know how to serialize a type Ref as if it were some other type Target.
  • 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.