Module serde::ser [] [src]

Generic serialization framework.

Modules

impls

Implementations for all of Rust's builtin types.

Traits

Error

Error is a trait that allows a Serialize to generically create a Serializer error.

MapVisitor

A trait that is used by a Serialize to iterate through a map.

SeqVisitor

A trait that is used by a Serialize to iterate through a sequence.

Serialize

A trait that describes a type that can be serialized by a Serializer.

Serializer

A trait that describes a type that can serialize a stream of values into the underlying format.