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.

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.