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 TypeClassDescriptionclassAn object table that multiplexes up to 256 class tables.Fields in org.jboss.marshalling declared as ObjectTableModifier and TypeFieldDescriptionprotected final ObjectTableAbstractMarshaller.objectTableThe configured object table.protected final ObjectTableAbstractUnmarshaller.objectTableThe configured object table.Methods in org.jboss.marshalling that return ObjectTableModifier and TypeMethodDescriptionprotected ObjectTableAbstractMarshallerFactory.getDefaultObjectTable()Get the default object, which is used if none was configured.MarshallingConfiguration.getObjectTable()Get the object table, ornullif none is specified.static ObjectTableMarshalling.nullObjectTable()Return the null object instance table.Methods in org.jboss.marshalling with parameters of type ObjectTableModifier and TypeMethodDescriptionvoidMarshallingConfiguration.setObjectTable(ObjectTable objectTable) Set the object table, ornullto use none.Constructors in org.jboss.marshalling with parameters of type ObjectTableModifierConstructorDescriptionChainingObjectTable(ObjectTable[] objectTables) Construct a new instance.