Module rmp_serde::encode [−][src]
Expand description
Serialize a Rust data structure into MessagePack data.
Structs
Part of serde serialization API.
Represents MessagePack serialization implementation for Ext.
Contains a Serializer
for encoding elements of sequences and maps.
Represents MessagePack serialization implementation.
Enums
This type represents all possible errors that can occur when serializing or deserializing MessagePack data.
Traits
Obtain the underlying writer.
Functions
Serialize the given data structure as a MessagePack byte vector. This method uses compact representation, structs are serialized as arrays
Serializes data structure into byte vector as a map Resulting MessagePack message will contain field names
Serialize the given data structure as MessagePack into the I/O stream. This function uses compact representation - structures as arrays
Serialize the given data structure as MessagePack into the I/O stream. This function serializes structures as maps