-
Enhancement
-
Resolution: Unresolved
-
P4
-
12
-
None
The serialization of enum types is discussed in ObjectInputStream, ObjectOutputStream, and the serialization specification. The abstract class java.lang.Enum is not itself an enum type, but it is the superclass of all enum types. The ObjectInputStream and ObjectOutputStream classes should explicitly mention how java.lang.Enum is referenced in regard to serializing enums.
- relates to
-
JDK-5075463 (enum) Serialized Form javadoc for java.lang.Enum is misleading
-
- Closed
-