-
Bug
-
Resolution: Won't Fix
-
P4
-
None
-
1.3.0
-
sparc
-
solaris_2.6
Name: ooR10001 Date: 05/05/2000
java.beans.beancontext.BeanContextSupport.writeChildren() doc is unclear.
There is a description that this procedure is used for serialization,
but says nothing about how this procedure must work. It causes a problem when
creating test for serialization - it is unclear how to correctly write object
to a stream.
The javadoc says:
writeChildren
public final void writeChildren(ObjectOutputStream oos)
throws IOException
Used to serialize all children of this BeanContext.
Parameters:
oos - the ObjectOutputStream to use during serialization
Throws:
IOException - if serialization failed
-------------------------------------------------------------
======================================================================
java.beans.beancontext.BeanContextSupport.writeChildren() doc is unclear.
There is a description that this procedure is used for serialization,
but says nothing about how this procedure must work. It causes a problem when
creating test for serialization - it is unclear how to correctly write object
to a stream.
The javadoc says:
writeChildren
public final void writeChildren(ObjectOutputStream oos)
throws IOException
Used to serialize all children of this BeanContext.
Parameters:
oos - the ObjectOutputStream to use during serialization
Throws:
IOException - if serialization failed
-------------------------------------------------------------
======================================================================
- relates to
-
JDK-4336016 BC: DOC: BeanContextSupport.readChildren() spec is unclear
- Closed