serialization and versioning
Neal Becker
ndbecker2 at gmail.com
Fri Oct 12 06:42:03 EDT 2012
More information about the Python-list mailing list
Fri Oct 12 06:42:03 EDT 2012
- Previous message (by thread): scipy and numpy for Python3
- Next message (by thread): serialization and versioning
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
I wonder if there is a recommended approach to handle this issue. Suppose objects of a class C are serialized using python standard pickling. Later, suppose class C is changed, perhaps by adding a data member and a new constructor argument. It would see the pickling protocol does not directly provide for this - but is there a recommended method? I could imagine that a class could include a class __version__ property that might be useful - although I would further expect that it would not have been defined in the original version of class C (but only as an afterthought when it became necessary).
- Previous message (by thread): scipy and numpy for Python3
- Next message (by thread): serialization and versioning
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list