Expand description
to_value utility that serializes data to a JsValue using
serde_wasm_bindgen with BigInt serialization enabled.
Modules§
- preserve
- Serialization and deserialization functions that pass JavaScript objects through unchanged.
Structs§
- Deserializer
- A newtype that allows using any
JsValueas ade::Deserializer. - Error
- A newtype that represents Serde errors as JavaScript exceptions.
- Serializer
- A
serde::Serializerthat converts supported Rust values into aJsValue.
Functions§
- from_
value - Converts
JsValueinto a Rust type. - to_
value - Converts a Rust value into a
JsValue.