[][src]Crate yaserde

YaSerDe

YaSerDe is a framework for serializing and deserializing Rust data structures efficiently and generically from and into XML.

Modules

de

Generic data structure deserialization framework.

ser

Generic data structure serialization framework.

Traits

Visitor

A visitor that can be implemented to retrieve information from source file.

YaDeserialize

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

YaSerialize

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