Uses of Class
java.io.ObjectStreamField
| Package | Description | 
|---|---|
| java.io | Provides for system input and output through data streams,
 serialization and the file system. | 
- 
Uses of ObjectStreamField in java.ioFields in java.io declared as ObjectStreamField Modifier and Type Field Description static ObjectStreamField[]ObjectStreamClass. NO_FIELDSserialPersistentFields value indicating no serializable fieldsMethods in java.io that return ObjectStreamField Modifier and Type Method Description ObjectStreamFieldObjectStreamClass. getField(String name)Get the field of this class by name.ObjectStreamField[]ObjectStreamClass. getFields()Return an array of the fields of this serializable class.