ObjectStreamField
Class ObjectStreamField
- java.lang.Object
-
- java.io.ObjectStreamField
- All Implemented Interfaces:
- Comparable<Object>
public class ObjectStreamField extends Object implements Comparable<Object>
A description of a Serializable field from a Serializable class. An array of ObjectStreamFields is used to declare the Serializable fields of a class.
- Since:
- 1.2
- See Also:
ObjectStreamClass