Module serde::ser
[−]
[src]
Generic serialization framework.
Modules
impls |
Implementations for all of Rust's builtin types. |
Traits
MapVisitor |
A trait that is used by a |
SeqVisitor |
A trait that is used by a |
Serialize |
A trait that describes a type that can be serialized by a |
Serializer |
A trait that describes a type that can serialize a stream of values into the underlying format. |