Module rocket::serde[][src]

Expand description

Automatic serialization and deserialization support.

Modules

jsonjson

Automatic JSON (de)serialization support.

msgpackmsgpack

Automatic MessagePack (de)serialization support.

uuiduuid

UUID path/query parameter and form value parsing support.

Traits

Deserialize

A data structure that can be deserialized from any data format supported by Serde.

DeserializeOwned

A data structure that can be deserialized without borrowing any data from the deserializer.

Deserializer

A data format that can deserialize any data structure supported by Serde.

Serialize

A data structure that can be serialized into any data format supported by Serde.

Serializer

A data format that can serialize any data structure supported by Serde.