Class MigrationMarshaller
- java.lang.Object
-
- org.infinispan.commons.marshall.AbstractMarshaller
-
- org.infinispan.commons.marshall.jboss.AbstractJBossMarshaller
-
- org.infinispan.persistence.remote.upgrade.MigrationMarshaller
-
- All Implemented Interfaces:
Marshaller
,StreamingMarshaller
public class MigrationMarshaller extends 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
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(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 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, objectFromByteBuffer, objectToBuffer, objectToByteBuffer, objectToByteBuffer
-
Methods inherited from interface org.infinispan.commons.marshall.StreamingMarshaller
objectFromInputStream
-
-
-
-
Constructor Detail
-
MigrationMarshaller
public MigrationMarshaller(ClassWhiteList classWhiteList)
-
-