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.jboss.marshalling.commons.StreamingMarshaller
Legacy marshaller for reading from Infinispan 9.x stores.
- Since:
- 10.0
- Author:
- Ryan Emerson
-
Field Summary
Fields inherited from class org.infinispan.commons.marshall.AbstractMarshaller
marshallableTypeHints -
Constructor Summary
Constructors -
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, objectToByteBuffer, objectToOutputStreamMethods 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.jboss.marshalling.commons.StreamingMarshaller
objectFromInputStream
-
Constructor Details
-
Infinispan9Marshaller
-
-
Method Details
-
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
-