Crate legacy_serde
Source - bytes
- Wrapper types to enable optimized handling of
&[u8]
and Vec<u8>
. - de
- Generic data structure deserialization framework.
- ser
- Generic data structure serialization framework.
- forward_to_deserialize
- Helper macro when implementing the
Deserializer
part of a new data format
for Serde.
- 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.