Traits§
- Deserialize
- A data structure that can be deserialized from any data format supported by Serde.
- Deserializer
- A data format that can deserialize any data structure supported by Serde.
- Serialize
- A data structure that can be serialized into any data format supported by Serde.
- Serializer
- A data format that can serialize any data structure supported by Serde.
Functions§
- buffer_
to_ hex - Serializes
bufferto a lowercase hex string. - deserialize_
explicit_ option - Deserializes an optional field that can’t be missing.
- deserialize_
nested_ option - Deserializes a nested optional field
- hex_
to_ buffer - Deserializes a lowercase hex string to a
Vec<u8>. - serialize_
ordered_ map - serialize_
ordered_ set