Crate rquickjs_serde
Source - de
- err
- ser
- Deserializer
Deserializer is a deserializer for Value values, implementing the serde::Deserializer trait.- Error
- This type represents all possible errors that can occur when serializing or
deserializing JS values.
- Serializer
Serializer is a serializer for Value values, implementing the serde::Serializer trait.
- MAX_SAFE_INTEGER
- MIN_SAFE_INTEGER
- from_value
- Interpret a
rquickjs::Value as an instance of type T. - from_value_strict
- Interpret a
rquickjs::Value as an instance of type T in strict mode. - to_value
- Convert a
T into rquickjs::Value
- Result
- Alias for a
Result with the error type rquickjs_serde::Error.