src/java.base/share/classes/java/io/ObjectOutputStream.java
changeset 58054 ee230ad8cfef
parent 55198 30fe07cac527
child 58244 da8673f61e94
equal deleted inserted replaced
58053:1a296c9064dc 58054:ee230ad8cfef
   877      * to ObjectOutput.
   877      * to ObjectOutput.
   878      *
   878      *
   879      * @since 1.2
   879      * @since 1.2
   880      */
   880      */
   881     public abstract static class PutField {
   881     public abstract static class PutField {
       
   882         /**
       
   883          * Constructor for subclasses to call.
       
   884          */
       
   885         public PutField() {}
   882 
   886 
   883         /**
   887         /**
   884          * Put the value of the named boolean field into the persistent field.
   888          * Put the value of the named boolean field into the persistent field.
   885          *
   889          *
   886          * @param  name the name of the serializable field
   890          * @param  name the name of the serializable field