Expand description
Serialization
Re-exports§
pub use std::error::Error as StdError;
Enums§
- Type
Size - Used for writing binary data in Array. (To write after the pointer type data)
Traits§
- Error
- Trait used by
Serialize
implementations to generically construct errors belonging to theSerializer
against which they are currently running. - Serialize
- A data structure that can be serialized into any data format supported by Serde.
- Serialize
Flags - Returned from
Serializer::serialize_enum_flags
. - Serialize
Seq - Returned from
Serializer::serialize_array
. - Serialize
Struct - Returned from
Serializer::serialize_struct
. - Serializer
- A data format that can serialize any data structure supported by Serde.