Package | Description |
---|---|
org.infinispan.marshall.jboss |
Hooks to bridge Infinispan's marshalling APIs with JBoss Marshalling internals.
|
org.jboss.ejb.client.remoting | |
org.jboss.marshalling |
The marshalling API.
|
Modifier and Type | Class and Description |
---|---|
class |
ExternalizerTable
The externalizer table maintains information necessary to be able to map a particular type with the corresponding
AdvancedExternalizer implementation that it marshall, and it also keeps information of which AdvancedExternalizer
should be used to read data from a buffer given a particular AdvancedExternalizer identifier. |
Modifier and Type | Class and Description |
---|---|
class |
ProtocolV1ObjectTable |
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 © 2012 JBoss by Red Hat. All Rights Reserved.