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 classChainingObjectTableAn object table that multiplexes up to 256 class tables.Fields in org.jboss.marshalling declared as ObjectTable Modifier and Type Field Description protected ObjectTableAbstractMarshaller. objectTableThe configured object table.protected ObjectTableAbstractUnmarshaller. objectTableThe configured object table.Methods in org.jboss.marshalling that return ObjectTable Modifier and Type Method Description protected ObjectTableAbstractMarshallerFactory. getDefaultObjectTable()Get the default object, which is used if none was configured.ObjectTableMarshallingConfiguration. 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 ObjectTable Modifier and Type Method Description voidMarshallingConfiguration. setObjectTable(ObjectTable objectTable)Set the object table, ornullto use none.Constructors in org.jboss.marshalling with parameters of type ObjectTable Constructor Description ChainingObjectTable(ObjectTable[] objectTables)Construct a new instance.
-