Package org.infinispan.marshaller.kryo
Class KryoMarshaller
java.lang.Object
org.infinispan.commons.marshall.AbstractMarshaller
org.infinispan.marshaller.kryo.KryoMarshaller
- All Implemented Interfaces:
org.infinispan.commons.marshall.Marshaller
Deprecated.
since 12.0 without replacement, will be removed in 15.0 ISPN-12152
- Since:
- 9.0
- Author:
- Ryan Emerson
-
Field Summary
Fields inherited from class org.infinispan.commons.marshall.AbstractMarshaller
marshallableTypeHints -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanisMarshallable(Object obj) Deprecated.org.infinispan.commons.dataconversion.MediaTypeDeprecated.objectFromByteBuffer(byte[] bytes, int offset, int length) Deprecated.protected org.infinispan.commons.io.ByteBufferobjectToBuffer(Object obj, int estimatedSize) Deprecated.Methods 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
initialize, start, stop
-
Constructor Details
-
KryoMarshaller
public KryoMarshaller()Deprecated.
-
-
Method Details
-
objectFromByteBuffer
Deprecated. -
objectToBuffer
Deprecated.- Specified by:
objectToBufferin classorg.infinispan.commons.marshall.AbstractMarshaller
-
isMarshallable
Deprecated. -
mediaType
public org.infinispan.commons.dataconversion.MediaType mediaType()Deprecated.
-