Expand description
Serde integration.
Structs§
- Deserializer
- A structure that deserializes JS values into Rust values.
- Serializer
- A structure that serializes Rust values into JS values.
Enums§
- Error
- Error type for serde operations.
Functions§
- from_js
- Deserialize an instance of type
T
from a JS value. - to_js
- convert from rust type to OwnedJsValue
Type Aliases§
- Result
- Result type for serde operations.