Class Infinispan10Marshaller
java.lang.Object
org.infinispan.commons.marshall.AbstractMarshaller
org.infinispan.tools.store.migrator.marshaller.common.AbstractUnsupportedStreamingMarshaller
org.infinispan.tools.store.migrator.marshaller.infinispan10.Infinispan10Marshaller
- All Implemented Interfaces:
org.infinispan.commons.marshall.Marshaller,org.infinispan.commons.marshall.StreamingMarshaller
-
Field Summary
Fields inherited from class org.infinispan.commons.marshall.AbstractMarshaller
marshallableTypeHints -
Constructor Summary
ConstructorsConstructorDescriptionInfinispan10Marshaller(org.infinispan.commons.marshall.Marshaller userMarshaller, List<org.infinispan.protostream.SerializationContextInitializer> userSCIs) -
Method Summary
Methods inherited from class org.infinispan.tools.store.migrator.marshaller.common.AbstractUnsupportedStreamingMarshaller
finishObjectInput, finishObjectOutput, isMarshallable, mediaType, objectFromObjectStream, objectToBuffer, objectToObjectStream, start, startObjectInput, startObjectOutput, stopMethods inherited from class org.infinispan.commons.marshall.AbstractMarshaller
getBufferSizePredictor, objectFromByteBuffer, objectFromInputStream, objectToBuffer, objectToByteBuffer, objectToByteBufferMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.infinispan.commons.marshall.Marshaller
getBufferSizePredictor, initialize, objectFromByteBuffer, objectToBuffer, objectToByteBuffer, objectToByteBufferMethods inherited from interface org.infinispan.commons.marshall.StreamingMarshaller
objectFromInputStream
-
Constructor Details
-
Infinispan10Marshaller
public Infinispan10Marshaller(org.infinispan.commons.marshall.Marshaller userMarshaller, List<org.infinispan.protostream.SerializationContextInitializer> userSCIs)
-
-
Method Details
-
objectFromByteBuffer
- Specified by:
objectFromByteBufferin interfaceorg.infinispan.commons.marshall.Marshaller- Overrides:
objectFromByteBufferin classAbstractUnsupportedStreamingMarshaller- Throws:
IOException
-