Details
-
Type:
Bug
-
Status:
Open
-
Priority:
Major
-
Resolution: Unresolved
-
Affects Version/s: None
-
Fix Version/s: None
-
Component/s: None
-
Labels:None
-
Number of attachments :
Description
In order to ensure that serialized classes work between jars, classes which are serializable should
always explicitly list a serialVersionUID; if the serialized implementation of the object changes, the
number can then be re-generated; but will not change on a per-compile basis and maintains serialized
object compatibility.