Module workflow_wasm::serde
source · Expand description
to_value
utility that serializes data to a JsValue
using
serde_wasm_bindgen
with BigInt
serialization enabled.
Modules
- Serialization and deserialization functions that pass JavaScript objects through unchanged.
Structs
- A newtype that allows using any
JsValue
as ade::Deserializer
. - A newtype that represents Serde errors as JavaScript exceptions.
- A
serde::Serializer
that converts supported Rust values into aJsValue
.