Crate etwin_serde_tools

Crate etwin_serde_tools 

Source

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 buffer to 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

Derive Macros§

Deserialize
Serialize