pyo3

Module marshal

Source
Available on non-Py_LIMITED_API only.
Expand description

Support for the Python marshal format.

Constants§

  • The current version of the marshal binary format.

Functions§

  • dumpsDeprecatedgil-refs
    Deprecated form of dumps_bound
  • Serialize an object to bytes using the Python built-in marshal module.
  • loadsDeprecatedgil-refs
    Deprecated form of loads_bound
  • Deserialize an object from bytes using the Python built-in marshal module.