Expand description
Change MessagePack behavior with configuration wrappers.
Structs§
- Config wrapper that overrides
Serializer::is_human_readableandDeserializer::is_human_readableto returnfalse. - The default serializer/deserializer configuration.
- Config wrapper that overrides
Serializer::is_human_readableandDeserializer::is_human_readableto returntrue. - Config wrapper, that overrides struct serialization by packing as a map with field names.
- Config wrapper that overrides struct serlization by packing as a tuple without field names.
Enums§
- When to encode
[u8]asbytesrather than a sequence of integers. Serde withoutserde_byteshas trouble usingbytes, and this is hack to force it. It may break some data types.
Traits§
- Represents configuration that dicatates what the serializer does.