Module ser

Module ser 

Source
Expand description

MessagePack serde serializer for ser-write

Structs§

CompactSerializer
MessagePack serializer serializing structs to arrays and enum variants as indexes.
SerializeSeqMap
SerializeStructArray
SerializeStructIntMap
SerializeStructStrMap
StructMapIdxSerializer
MessagePack serializer serializing structs to maps with fields and enum variants as indexes
StructMapStrSerializer
MessagePack serializer serializing structs to maps with field names and enum variants as names

Enums§

Error
Serializing error

Functions§

to_vecstd or alloc
to_vec_compactstd or alloc
to_vec_namedstd or alloc
to_writer
Serialize value as a MessagePack message to a SerWrite implementation.
to_writer_compact
Serialize value as a MessagePack message to a SerWrite implementation.
to_writer_named
Serialize value as a MessagePack message to a SerWrite implementation.

Type Aliases§

Result
Serialization result