Class LegacyJBossMarshaller

java.lang.Object
org.infinispan.commons.marshall.AbstractMarshaller
org.infinispan.jboss.marshalling.commons.AbstractJBossMarshaller
org.infinispan.tools.store.migrator.marshaller.LegacyJBossMarshaller
All Implemented Interfaces:
org.infinispan.commons.marshall.Marshaller, org.infinispan.commons.marshall.StreamingMarshaller

public class LegacyJBossMarshaller extends org.infinispan.jboss.marshalling.commons.AbstractJBossMarshaller implements org.infinispan.commons.marshall.StreamingMarshaller
  • Nested Class Summary

    Nested classes/interfaces inherited from class org.infinispan.jboss.marshalling.commons.AbstractJBossMarshaller

    org.infinispan.jboss.marshalling.commons.AbstractJBossMarshaller.DebuggingExceptionListener
  • Field Summary

    Fields inherited from class org.infinispan.jboss.marshalling.commons.AbstractJBossMarshaller

    baseCfg, DEF_CLASS_COUNT, DEF_INSTANCE_COUNT, factory, log

    Fields inherited from class org.infinispan.commons.marshall.AbstractMarshaller

    marshallableTypeHints
  • Constructor Summary

    Constructors
    Constructor
    Description
    LegacyJBossMarshaller(org.jboss.marshalling.ObjectTable objectTable)
     
  • Method Summary

    Methods inherited from class org.infinispan.jboss.marshalling.commons.AbstractJBossMarshaller

    finishObjectInput, finishObjectOutput, isMarshallable, isMarshallableCandidate, mediaType, objectFromByteBuffer, objectFromObjectStream, objectToBuffer, objectToObjectStream, start, startObjectInput, startObjectOutput, stop

    Methods inherited from class org.infinispan.commons.marshall.AbstractMarshaller

    getBufferSizePredictor, objectFromByteBuffer, objectFromInputStream, objectToBuffer, objectToByteBuffer, objectToByteBuffer, objectToOutputStream

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface org.infinispan.commons.marshall.Marshaller

    getBufferSizePredictor, initialize, isMarshallable, mediaType, objectFromByteBuffer, objectFromByteBuffer, objectToBuffer, objectToByteBuffer, objectToByteBuffer

    Methods inherited from interface org.infinispan.commons.marshall.StreamingMarshaller

    finishObjectInput, finishObjectOutput, objectFromInputStream, objectFromObjectStream, objectToObjectStream, start, startObjectInput, startObjectOutput, stop
  • Constructor Details

    • LegacyJBossMarshaller

      public LegacyJBossMarshaller(org.jboss.marshalling.ObjectTable objectTable)