0 ,lY>*e\ӷo a_I|  315_I|Mjq؂ Data marshalling support — Python 2.7.5 documentation

Data marshalling support

These routines allow C code to work with serialized objects using the same data format as the marshal module. There are functions to write data into the serialization format, and additional functions that can be used to read the data back. Files used to store marshalled data must be opened in binary mode.

Numeric values are stored with the least significant byte first.

The module supports two versions of the data form