Class ChainingObjectTable

java.lang.Object
org.jboss.marshalling.ChainingObjectTable
All Implemented Interfaces:
ObjectTable

public class ChainingObjectTable extends Object implements ObjectTable
An object table that multiplexes up to 256 class tables. The protocol works by prepending the custom object table with an identifier byte.
  • Constructor Details

    • ChainingObjectTable

      public ChainingObjectTable(ObjectTable[] objectTables)
      Construct a new instance. The given array may be sparse, but it may not be more than 256 elements in length. Object tables are checked in order of increasing array index.
      Parameters:
      objectTables - the object tables to delegate to
  • Method Details