-
Bug
-
Resolution: Duplicate
-
P1
-
None
-
1.1.6
-
generic
-
generic
There has been a change to the signature of a method -- hashcode() used to be
a synchronized method and now it is not and this caused a change in the
computed serialversionUID. Hence, this class must have the serialVersionUID field
in it to allow serialization compatibility. This change must be
made to both the 1.1.6 and 1.2 sources..
a synchronized method and now it is not and this caused a change in the
computed serialversionUID. Hence, this class must have the serialVersionUID field
in it to allow serialization compatibility. This change must be
made to both the 1.1.6 and 1.2 sources..
- duplicates
-
JDK-4089691 java.text.Collator serialized form in jdk1.2 is not compatible with jdk1.1.4
- Closed