pyo3

Module marshal

Source
Expand description

Support for the Python marshal format.

Constants§

  • The current version of the marshal binary format.

Functions§

  • Serialize an object to bytes using the Python built-in marshal module.
  • dumps_boundDeprecated
    Deprecated form of dumps.
  • Deserialize an object from bytes using the Python built-in marshal module.
  • loads_boundDeprecated
    Deprecated form of loads.