-
Bug
-
Resolution: Fixed
-
P5
-
1.4.0
-
beta3
-
generic
-
generic
-
Verified
The serialization specification should be more explicit about listing the
limitations/quirks of inner classes with respect to serialization, e.g.:
- serializing inner class instance drags along outer instance
- synthetic field names implementation-dependant, affects both
serialVersionUID and compatibility
- cannot define serialPersistentFields
- cannot be Externalizable
limitations/quirks of inner classes with respect to serialization, e.g.:
- serializing inner class instance drags along outer instance
- synthetic field names implementation-dependant, affects both
serialVersionUID and compatibility
- cannot define serialPersistentFields
- cannot be Externalizable