Class ChainingClassTable

java.lang.Object
org.jboss.marshalling.ChainingClassTable
All Implemented Interfaces:
ClassTable

public class ChainingClassTable extends Object implements ClassTable
A class table that multiplexes up to 256 class tables. The protocol works by prepending the custom class table with an identifier byte.
  • Constructor Details

    • ChainingClassTable

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