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