jdk/src/java.base/share/classes/java/io/ObjectOutputStream.java
changeset 32649 2ee9017c7597
parent 29986 97167d851fc4
child 40410 5fd4a1f809f8
equal deleted inserted replaced
32648:1fa861caf840 32649:2ee9017c7597
   873      * Provide programmatic access to the persistent fields to be written
   873      * Provide programmatic access to the persistent fields to be written
   874      * to ObjectOutput.
   874      * to ObjectOutput.
   875      *
   875      *
   876      * @since 1.2
   876      * @since 1.2
   877      */
   877      */
   878     public static abstract class PutField {
   878     public abstract static class PutField {
   879 
   879 
   880         /**
   880         /**
   881          * Put the value of the named boolean field into the persistent field.
   881          * Put the value of the named boolean field into the persistent field.
   882          *
   882          *
   883          * @param  name the name of the serializable field
   883          * @param  name the name of the serializable field