Versioning Serialized Objects
Serialization can accommodate new versions of a class
Responsibilty of the new class to define
a version id
static final long SerialVersionUID 3487495895819L;
The value is a hashcode computed by a tool, derived from the class implementation

Return to Keynotes