Module serde

Source

Traits§

Serialize
A data structure that can be serialized into any data format supported by Serde.
SerializeStruct
Returned from Serializer::serialize_struct.
Serializer
A data format that can serialize any data structure supported by Serde.

Derive Macros§

Serialize