[][src]Module rmp_serde::ext

Extend MessagePack serialization using wrappers.

Structs

StructMapSerializer

Serializer wrapper, that overrides struct serialization by packing as a map with field names.

StructTupleSerializer

Serializer wrapper, that overrides struct serialization by packing as a tuple without field names.