src/java.base/share/classes/java/io/ObjectInputStream.java
changeset 58054 ee230ad8cfef
parent 55198 30fe07cac527
child 58244 da8673f61e94
equal deleted inserted replaced
58053:1a296c9064dc 58054:ee230ad8cfef
  1319 
  1319 
  1320     /**
  1320     /**
  1321      * Provide access to the persistent fields read from the input stream.
  1321      * Provide access to the persistent fields read from the input stream.
  1322      */
  1322      */
  1323     public abstract static class GetField {
  1323     public abstract static class GetField {
       
  1324         /**
       
  1325          * Constructor for subclasses to call.
       
  1326          */
       
  1327         public GetField() {}
  1324 
  1328 
  1325         /**
  1329         /**
  1326          * Get the ObjectStreamClass that describes the fields in the stream.
  1330          * Get the ObjectStreamClass that describes the fields in the stream.
  1327          *
  1331          *
  1328          * @return  the descriptor class that describes the serializable fields
  1332          * @return  the descriptor class that describes the serializable fields