pyo3

Module marshal

Source
Available on non-Py_LIMITED_API only.
Expand description

Support for the Python marshal format.

Constants§

VERSION
The current version of the marshal binary format.

Functions§

dumps
Serialize an object to bytes using the Python built-in marshal module.
dumps_boundDeprecated
Deprecated form of dumps.
loads
Deserialize an object from bytes using the Python built-in marshal module.
loads_boundDeprecated
Deprecated form of loads.
⚠️ Internal Docs ⚠️ Not Public API 👉 Official Docs Here