-
Bug
-
Resolution: Duplicate
-
P3
-
None
-
1.3.1
-
None
-
sparc
-
solaris_7
As per the serialization spec on http://java.sun.com/j2se/1.3/docs/guide/serialization/spec/version.doc8.html, adding a new field to a class is a compatible change for serialization. This means that if a class is evolved by adding a new field, then the new class and the original class can be serialized and deserialized amongst them with out any version mismatch. However it does not seem to happen so.
I've demonstrated the problem to Everett. A detailed report for serialization test execution against rip-int could be found at javaweb.eng/~arung/corba/merlin/serialization/evolution/ser.result.txt.
Thanks,
Arun
I've demonstrated the problem to Everett. A detailed report for serialization test execution against rip-int could be found at javaweb.eng/~arung/corba/merlin/serialization/evolution/ser.result.txt.
Thanks,
Arun
- duplicates
-
JDK-4365188 Bugs in RMI-IIOP Serialization protocol prevents Object Evolution
-
- Resolved
-