Uses of Interface
org.jboss.marshalling.ObjectTable
Packages that use ObjectTable
-
Uses of ObjectTable in org.jboss.marshalling
Classes in org.jboss.marshalling that implement ObjectTableModifier and TypeClassDescriptionclass
An object table that multiplexes up to 256 class tables.Fields in org.jboss.marshalling declared as ObjectTableModifier and TypeFieldDescriptionprivate static final ObjectTable
Marshalling.NULL_OBJECT_TABLE
protected final ObjectTable
AbstractMarshaller.objectTable
The configured object table.protected final ObjectTable
AbstractUnmarshaller.objectTable
The configured object table.private ObjectTable
MarshallingConfiguration.objectTable
private final ObjectTable[]
ChainingObjectTable.readers
Fields in org.jboss.marshalling with type parameters of type ObjectTableModifier and TypeFieldDescriptionprivate final List<Pair<ObjectTable,
ObjectTable.Writer>> ChainingObjectTable.writers
Methods in org.jboss.marshalling that return ObjectTableModifier and TypeMethodDescriptionprotected ObjectTable
AbstractMarshallerFactory.getDefaultObjectTable()
Get the default object, which is used if none was configured.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 that return types with arguments of type ObjectTableModifier and TypeMethodDescriptionprivate static Pair<ObjectTable,
ObjectTable.Writer> ChainingObjectTable.pair
(ObjectTable objectTable, ObjectTable.Writer writer) Methods in org.jboss.marshalling with parameters of type ObjectTableModifier and TypeMethodDescriptionprivate static Pair<ObjectTable,
ObjectTable.Writer> ChainingObjectTable.pair
(ObjectTable objectTable, ObjectTable.Writer writer) void
MarshallingConfiguration.setObjectTable
(ObjectTable objectTable) Set the object table, ornull
to use none.Constructors in org.jboss.marshalling with parameters of type ObjectTableModifierConstructorDescriptionChainingObjectTable
(ObjectTable[] objectTables) Construct a new instance.