pickle's backward compatibility

Peng Yu pengyu.ut at gmail.com
Mon Oct 12 11:17:52 EDT 2009


Hi,

If I define my own class and use pickle to serialize the objects in
this class, will the serialized object be successfully read in later
version of python.

What if I serialize (using pickle) an object of a class defined in
python library, will it be successfully read in later version of
python?

Regards,
Peng



More information about the Python-list mailing list