Expand description
MessagePack serde serializer for ser-write
Structs§
- Compact
Serializer - MessagePack serializer serializing structs to arrays and enum variants as indexes.
- Serialize
SeqMap - Serialize
Struct Array - Serialize
Struct IntMap - Serialize
Struct StrMap - Struct
MapIdx Serializer - MessagePack serializer serializing structs to maps with fields and enum variants as indexes
- Struct
MapStr Serializer - MessagePack serializer serializing structs to maps with field names and enum variants as names
Enums§
- Error
- Serializing error
Functions§
- to_vec
stdoralloc - to_
vec_ compact stdoralloc - to_
vec_ named stdoralloc - to_
writer - Serialize
valueas a MessagePack message to aSerWriteimplementation. - to_
writer_ compact - Serialize
valueas a MessagePack message to aSerWriteimplementation. - to_
writer_ named - Serialize
valueas a MessagePack message to aSerWriteimplementation.
Type Aliases§
- Result
- Serialization result