Module marshal

Source
Expand description

Support for the Python marshal format.

Constants§

VERSION
The current version of the marshal binary format.

Functions§

dumps_bound
Serialize an object to bytes using the Python built-in marshal module.
loads_bound
Deserialize an object from bytes using the Python built-in marshal module.