Package | Description |
---|---|
com.sun.corba.se.impl.io |
Modifier and Type | Field and Description |
---|---|
static ObjectStreamField[] |
ObjectStreamClass.NO_FIELDS
Set serialPersistentFields of a Serializable class to this value to
denote that the class has no Serializable fields.
|
Modifier and Type | Method and Description |
---|---|
ObjectStreamField |
ObjectStreamClass.getField(String name)
Get the field of this class by name.
|
ObjectStreamField[] |
ObjectStreamClass.getFields()
Return an array of the fields of this serializable class.
|
Modifier and Type | Method and Description |
---|---|
boolean |
ObjectStreamField.typeEquals(ObjectStreamField other)
Compare the types of two class descriptors.
|
Copyright © 2019 JBoss by Red Hat. All rights reserved.