Module
pickle

Create portable serialized representations of Python objects.

See module cPickle for a (much) faster implementation. See module copy_reg for a mechanism for registering custom picklers. See module pickletools source for extensive comments.

Classes:

Pickler Unpickler

Functions:

dump(object, file) dumps(object) -> string load(file) -> object loads(string) -> object

Misc variables:

__version__ format_version compatible_formats