Module serde
Expand description
(serde) Serialization and deserialization support for serde
.
Exported under the serde
feature only.
Structs§
Functions§
- Deserialize a
Dynamic
value into a Rust type that implementsserde::Deserialize
. - Serialize a Rust type that implements
serde::Serialize
into aDynamic
.