Module ser_write_msgpack::ser
source · Expand description
MessagePack serde serializer for ser-write
Structs§
- MessagePack serializer serializing structs to arrays and enum variants as indexes.
- MessagePack serializer serializing structs to maps with fields and enum variants as indexes
- MessagePack serializer serializing structs to maps with field names and enum variants as names
Enums§
- Serializing error
Functions§
- Serialize
valueas a MessagePack message to aSerWriteimplementation. - Serialize
valueas a MessagePack message to aSerWriteimplementation. - Serialize
valueas a MessagePack message to aSerWriteimplementation.
Type Aliases§
- Serialization result