Example usage for Java java.io ObjectStreamField fields, constructors, methods, implement or subclass
The text is from its open source code.
ObjectStreamField(String name, Class> type) Create a Serializable field with the specified type. |
String | getName() Get the name of this field. |
char | getTypeCode() Returns character encoding of field type. |