Class KryoMarshaller

java.lang.Object
org.infinispan.commons.marshall.AbstractMarshaller
org.infinispan.marshaller.kryo.KryoMarshaller
All Implemented Interfaces:
org.infinispan.commons.marshall.Marshaller

@Deprecated(forRemoval=true) public class KryoMarshaller extends org.infinispan.commons.marshall.AbstractMarshaller
Deprecated, for removal: This API element is subject to removal in a future version.
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
    Constructor
    Description
    Deprecated, for removal: This API element is subject to removal in a future version.
     
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    org.infinispan.commons.dataconversion.MediaType
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    objectFromByteBuffer(byte[] bytes, int offset, int length)
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    protected org.infinispan.commons.io.ByteBuffer
    objectToBuffer(Object obj, int estimatedSize)
    Deprecated, for removal: This API element is subject to removal in a future version.
     

    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

    initialize, start, stop
  • Constructor Details

    • KryoMarshaller

      public KryoMarshaller()
      Deprecated, for removal: This API element is subject to removal in a future version.
  • Method Details

    • objectFromByteBuffer

      public Object objectFromByteBuffer(byte[] bytes, int offset, int length)
      Deprecated, for removal: This API element is subject to removal in a future version.
    • objectToBuffer

      protected org.infinispan.commons.io.ByteBuffer objectToBuffer(Object obj, int estimatedSize)
      Deprecated, for removal: This API element is subject to removal in a future version.
      Specified by:
      objectToBuffer in class org.infinispan.commons.marshall.AbstractMarshaller
    • isMarshallable

      public boolean isMarshallable(Object obj)
      Deprecated, for removal: This API element is subject to removal in a future version.
    • mediaType

      public org.infinispan.commons.dataconversion.MediaType mediaType()
      Deprecated, for removal: This API element is subject to removal in a future version.