[ Web Proxy ]
URL:
Viewing: https://docs.python.org/2.2/lib/pickle-protocol.html [Back]  [Original]

3.14.5 The pickle protocol

 
3.14.5 The pickle protocol

This section describes the ``pickling protocol'' that defines the interface between the pickler/unpickler and the objects that are being serialized. This protocol provides a standard way for you to define, customize, and control how your objects are serialized and de-serialized. The description in this section doesn't cover specific customizations that you can employ to make the unpickling environment safer from untrusted pickle data streams; see section 3.14.6 for more details.


Subsections See About this document... for information on suggesting changes.
Web Proxy Viewer  |  New URL  |  Original Page