Expand description
Serialization.
Traitsยง
- Serializes a stream of bytes.
- Serializes a key-value pair collection.
- Serialize a sequence of items like a
Vec<T>
or array, - Allow a type to be serialize to other.
- Provides a mechanism for convert a value to other representation.