Expand description
serde integration.
to_py_objectconverts a Rust value to a Python object.from_py_objectconverts a Python object back to a Rust value.
Requires the serde-convert feature.
Structs§
- Error type used by serialization.
Functions§
- Deserialize from Python object.
- Serialize into Python object.