|
JBoss Marshalling 1.3.0.CR9 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ObjectTable | |
---|---|
org.jboss.marshalling | The marshalling API. |
Uses of ObjectTable in org.jboss.marshalling |
---|
Classes in org.jboss.marshalling that implement ObjectTable | |
---|---|
class |
ChainingObjectTable
An object table that multiplexes up to 256 class tables. |
Fields in org.jboss.marshalling declared as ObjectTable | |
---|---|
protected ObjectTable |
AbstractUnmarshaller.objectTable
The configured object table. |
protected ObjectTable |
AbstractMarshaller.objectTable
The configured object table. |
Methods in org.jboss.marshalling that return ObjectTable | |
---|---|
protected ObjectTable |
AbstractMarshallerFactory.getDefaultObjectTable()
Get the default object, which is used if none was configured. |
ObjectTable |
MarshallingConfiguration.getObjectTable()
Get the object table, or null if none is specified. |
static ObjectTable |
Marshalling.nullObjectTable()
Return the null object instance table. |
Methods in org.jboss.marshalling with parameters of type ObjectTable | |
---|---|
void |
MarshallingConfiguration.setObjectTable(ObjectTable objectTable)
Set the object table, or null to use none. |
Constructors in org.jboss.marshalling with parameters of type ObjectTable | |
---|---|
ChainingObjectTable(ObjectTable[] objectTables)
Construct a new instance. |
|
JBoss Marshalling 1.3.0.CR9 | |||||||||
PREV NEXT | FRAMES NO FRAMES |