-
Bug
-
Resolution: Duplicate
-
P4
-
None
-
5.0
-
None
-
generic
-
generic
The ObjectOutputStream.writeObjectOverride() method incorrectly refers to ObjectInputStream instead of ObjectOutputStream. Moreover the documentation is unclear about the usage of the method. The method is invoked by the superclass writeObject implementation in the event that the subclass instance was created using the no-arg constructor of ObjectOutputStream. Similar comment applies for ObjectInputStream.
Additionally, ObjectStreamConstants.SUBCLASS_IMPLEMENTATION_PERMISSION documentation ought to include putFields, readFields, writeUnshared and readUnshared methods.
Additionally, ObjectStreamConstants.SUBCLASS_IMPLEMENTATION_PERMISSION documentation ought to include putFields, readFields, writeUnshared and readUnshared methods.
- duplicates
-
JDK-6394787 Typos in javadoc of OIS.readObjectOverride and OOS.writeObjectOverride
-
- Closed
-
- relates to
-
JDK-8227702 ObjectStreamConstants.SUBCLASS_IMPLEMENTATION_PERMISSION should discuss more methods
-
- Open
-
-
JDK-6394787 Typos in javadoc of OIS.readObjectOverride and OOS.writeObjectOverride
-
- Closed
-