Class MigrationMarshaller

  • All Implemented Interfaces:
    org.infinispan.commons.marshall.Marshaller, org.infinispan.commons.marshall.StreamingMarshaller

    public class MigrationMarshaller
    extends org.infinispan.commons.marshall.jboss.AbstractJBossMarshaller
    MigrationMarshaller. Uses the Remote Store classloader so that appropriate backwards-compatibility classes are loaded.
    Since:
    6.0
    Author:
    Tristan Tarrant
    • Nested Class Summary

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

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

      • Fields inherited from class org.infinispan.commons.marshall.jboss.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
      MigrationMarshaller​(org.infinispan.commons.configuration.ClassWhiteList classWhiteList)  
    • Method Summary

      • Methods inherited from class org.infinispan.commons.marshall.jboss.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
      • Methods inherited from interface org.infinispan.commons.marshall.Marshaller

        getBufferSizePredictor, objectFromByteBuffer, objectToBuffer, objectToByteBuffer, objectToByteBuffer
      • Methods inherited from interface org.infinispan.commons.marshall.StreamingMarshaller

        objectFromInputStream
    • Constructor Detail

      • MigrationMarshaller

        public MigrationMarshaller​(org.infinispan.commons.configuration.ClassWhiteList classWhiteList)