Module rmp_serde::encode [] [src]

Structs

Compound
Serializer

Represents MessagePack serialization implementation.

StructArrayWriter

Writes struct as MessagePack array with no field names

Enums

Error

Traits

VariantWriter

Functions

to_vec

Serialize the given data structure as a MessagePack byte vector.

write

Serialize the given data structure as MessagePack into the I/O stream.