Changed Methods |
Class forClass()
|
Documentation changed from old to new. |
Return the class in the local VM that this version is mapped to. |
ObjectStreamField getField(String )
|
Documentation changed from old to new. |
Get the field of this class by name. |
ObjectStreamField[] getFields()
|
Documentation changed from old to new. |
Return an array of the fields of this serializable class. |
String getName()
|
Documentation changed from old to new. |
The name of the class described by this descriptor. |
long getSerialVersionUID()
|
Documentation changed from old to new. |
Return the serialVersionUID for this class. |
ObjectStreamClass lookup(Class )
|
Documentation changed from old to new. |
Find the descriptor for a class that can be serialized. |