Module rhai::serde [−][src]
Expand description
[SERDE] Serialization and deserialization support for serde.
Exported under the serde feature.
Functions
Deserialize a Dynamic value into a Rust type that implements serde::Deserialize.
Serialize a Rust type that implements serde::Serialize into a Dynamic.