JDK-8231913 : Discuss serializability of collections
  • Type: Enhancement
  • Component: core-libs
  • Sub-Component: java.util:collections
  • Affected Version: 14
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • Submitted: 2019-10-04
  • Updated: 2019-10-14
  • Resolved: 2019-10-08
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
JDK 14
14 b18Fixed
Related Reports
CSR :  
Relates :  
Relates :  
Description
The implications of a collection class implementing java.io.Serializable are not necessarily obvious and could be discussed in the high-level collections specification.

See discussion thread:
http://mail.openjdk.java.net/pipermail/core-libs-dev/2019-October/062710.html

Comments
URL: https://hg.openjdk.java.net/jdk/jdk/rev/5b5de2618756 User: smarks Date: 2019-10-08 01:01:07 +0000
08-10-2019

Some text will be added to the java.util.Collection class doc to describe the serializability of collections, along with "conditional serializability."
07-10-2019