Module quad_compat_rhai::serde[][src]

Expand description

(serde) Serialization and deserialization support for serde. Exported under the serde feature only.

Functions

Deserialize a Dynamic value into a Rust type that implements serde::Deserialize.

Serialize a Rust type that implements serde::Serialize into a Dynamic.