-
Bug
-
Resolution: Fixed
-
P3
-
None
-
None
EnumSet is the poster child for the SerializationProxy pattern (Featured in Effective Java). But:
Due to @serial exclude, there is no actual Serialized Form link to the serialized form javadoc. Other classes implementing this pattern include an html link to the serialized-form.html, which is awkward, but seems to be a Best Practice.
Due to @serial exclude, there is no actual Serialized Form link to the serialized form javadoc. Other classes implementing this pattern include an html link to the serialized-form.html, which is awkward, but seems to be a Best Practice.
- relates to
-
JDK-8227368 EnumSet.class serialization broken in JDK 9+
-
- Closed
-