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 TypeFieldDescriptionprivate static final ObjectTableMarshalling.NULL_OBJECT_TABLEprotected final ObjectTableAbstractMarshaller.objectTableThe configured object table.protected final ObjectTableAbstractUnmarshaller.objectTableThe configured object table.private ObjectTableMarshallingConfiguration.objectTableprivate final ObjectTable[]ChainingObjectTable.readersFields in org.jboss.marshalling with type parameters of type ObjectTableModifier and TypeFieldDescriptionprivate final List<Pair<ObjectTable, ObjectTable.Writer>> ChainingObjectTable.writersMethods 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 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) voidMarshallingConfiguration.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.