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

XMLWordPrintable

    • Type: Enhancement
    • Resolution: Unresolved
    • Priority: P4
    • tbd
    • Affects Version/s: 12
    • Component/s: 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.

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

              Created:
              Updated: