Module rhai::serde[][src]

Expand description

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

Functions

from_dynamic

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

to_dynamic

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