public ObjectStreamField (String name, Class<?> type)

Create a Serializable field with the specified type. This field should be documented with a serialField tag.

Parameters:
name    the name of the serializable field
type    the Class object of the serializable field