Skip to main content
Module marshal
compio
2b48fcb
Module marshal
Module Items
Constants
Functions
In compio::
tls::
py_
dynamic_
openssl::
pyo3
compio
::
tls
::
py_dynamic_openssl
::
pyo3
Module
marshal
Copy item path
Available on
crate feature
tls
and 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.
loads
Deserialize an object from bytes using the Python built-in marshal module.