Uses of Interface
org.jboss.marshalling.ObjectTable
-
Packages that use ObjectTable Package Description org.jboss.marshalling The marshalling API. -
-
Uses of ObjectTable in org.jboss.marshalling
Classes in org.jboss.marshalling that implement ObjectTable Modifier and Type Class Description class
ChainingObjectTable
An object table that multiplexes up to 256 class tables.Fields in org.jboss.marshalling declared as ObjectTable Modifier and Type Field Description protected ObjectTable
AbstractMarshaller. objectTable
The configured object table.protected ObjectTable
AbstractUnmarshaller. objectTable
The configured object table.Methods in org.jboss.marshalling that return ObjectTable 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, ornull
if none is specified.static ObjectTable
Marshalling. nullObjectTable()
Return the null object instance table.Methods in org.jboss.marshalling with parameters of type ObjectTable Modifier and Type Method Description void
MarshallingConfiguration. setObjectTable(ObjectTable objectTable)
Set the object table, ornull
to use none.Constructors in org.jboss.marshalling with parameters of type ObjectTable Constructor Description ChainingObjectTable(ObjectTable[] objectTables)
Construct a new instance.
-