Expand description
Deserialization
Structs§
- Deserializer
- Deserializer for deserializing values in strkey encoding.
- IoReader
- Component reader for a std io reader.
- Slice
Reader - Component reader for a slice.
Enums§
- Component
- Represents either a owned or borrowed string (values within separators).
Traits§
- Component
Read - Trait that reads components (values within separators) from an input.
Functions§
- from_
reader - Deserialize strkey encoding to produce the requested value from the given reader.
- from_
slice - Deserialize the value from a byte array slice.