Package | Description |
---|---|
org.jboss.marshalling |
The marshalling API.
|
Modifier and Type | Class and Description |
---|---|
class |
ChainingObjectTable
An object table that multiplexes up to 256 class tables.
|
Modifier and Type | Field and Description |
---|---|
protected ObjectTable |
AbstractUnmarshaller.objectTable
The configured object table.
|
protected ObjectTable |
AbstractMarshaller.objectTable
The configured object table.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
void |
MarshallingConfiguration.setObjectTable(ObjectTable objectTable)
Set the object table, or
null to use none. |
Constructor and Description |
---|
ChainingObjectTable(ObjectTable[] objectTables)
Construct a new instance.
|
Copyright © 2019 JBoss by Red Hat. All rights reserved.