Class Infinispan9Marshaller
- java.lang.Object
-
- org.infinispan.commons.marshall.AbstractMarshaller
-
- org.infinispan.tools.store.migrator.marshaller.common.AbstractUnsupportedStreamingMarshaller
-
- org.infinispan.tools.store.migrator.marshaller.infinispan9.Infinispan9Marshaller
-
- All Implemented Interfaces:
org.infinispan.commons.marshall.Marshaller,org.infinispan.commons.marshall.StreamingMarshaller
public class Infinispan9Marshaller extends AbstractUnsupportedStreamingMarshaller
Legacy marshaller for reading from Infinispan 9.x stores.- Since:
- 10.0
- Author:
- Ryan Emerson
-
-
Constructor Summary
Constructors Constructor Description Infinispan9Marshaller(Map<Integer,org.infinispan.commons.marshall.AdvancedExternalizer> userExts)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ObjectobjectFromByteBuffer(byte[] buf, int offset, int length)-
Methods inherited from class org.infinispan.tools.store.migrator.marshaller.common.AbstractUnsupportedStreamingMarshaller
finishObjectInput, finishObjectOutput, isMarshallable, mediaType, 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
-
-
-
-
Method Detail
-
objectFromByteBuffer
public Object objectFromByteBuffer(byte[] buf, int offset, int length) throws IOException, ClassNotFoundException
- Specified by:
objectFromByteBufferin interfaceorg.infinispan.commons.marshall.Marshaller- Overrides:
objectFromByteBufferin classAbstractUnsupportedStreamingMarshaller- Throws:
IOExceptionClassNotFoundException
-
-