Module serde::de [] [src]

Generic deserialization framework.

Modules

impls
value

Traits

Deserialize
Deserializer

Deserializer is an abstract trait that can deserialize values into a Visitor.

EnumMapVisitor
EnumSeqVisitor
EnumVisitor

EnumVisitor is a visitor that is created by the Deserialize and passed to the Deserializer in order to deserialize enums.

Error
MapVisitor
SeqVisitor
VariantVisitor

VariantVisitor is a visitor that is created by the Deserializer and passed to the Deserialize in order to deserialize a specific enum variant.

Visitor