ObjectStreamClass.getSerialVersionUID
Class Overview | Class Members |
This Package |
All Packages
public long getSerialVersionUID()
Description
Return the serialVersionUID for this class.
The serialVersionUID defines a set of classes all with the same name
that have evolved from a common root class and agree to be serialized
and deserialized using a common format.