Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8209542

Serialization discussion of enum types should mention java.lang.Enum

XMLWordPrintable

    • Icon: Enhancement Enhancement
    • Resolution: Unresolved
    • Icon: P4 P4
    • tbd
    • 12
    • core-libs
    • 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.

            darcy Joe Darcy
            darcy Joe Darcy
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated: