Uses of Class
java.io.ObjectStreamField
| Package | Description |
|---|---|
| java.io |
-
Uses of ObjectStreamField in java.io
Fields in java.io declared as ObjectStreamField Modifier and Type Field Description static ObjectStreamField[]ObjectStreamClass. NO_FIELDSConstant indicating that the class has no Serializable fields.Methods in java.io that return ObjectStreamField Modifier and Type Method Description ObjectStreamFieldObjectStreamClass. getField(String name)Gets a field descriptor of the class represented by this class descriptor.ObjectStreamField[]ObjectStreamClass. getFields()Returns a collection of field descriptors for the serialized fields of the class represented by this class descriptor.