Module anterofit::serialize [] [src]

Types used to serialize and deserialize request and response bodies, respectively.

Note

If you get an error about duplicate types or items in this module, make sure you don't have both the rustc-serialize and serde features enabled.

Reexports

pub use self::rustc::json;

Modules

none

No-op serializers which return errors when invoked.

rustc

Serialization with rustc-serialize.

Structs

PairMap

A simple series of key-value pairs that can be serialized as a map.

Traits

Deserialize

Trait for deserializing a type.

Deserializer

A trait describing types which can concurrently deserialize other types from byte-streams.

Serialize

Trait for serializing a type.

Serializer

A trait describing types which can concurrently serialize other types into byte-streams.