Example usage for Java java.io ObjectStreamClass fields, constructors, methods, implement or subclass
The text is from its open source code.
ObjectStreamField | getField(String name) Get the field of this class by name. |
ObjectStreamField[] | getFields() Return an array of the fields of this serializable class. |
String | getName() Returns the name of the class described by this descriptor. |
long | getSerialVersionUID() Return the serialVersionUID for this class. |
ObjectStreamClass | lookup(Class> cl) Find the descriptor for a class that can be serialized. |