Class KryoMarshaller

  • All Implemented Interfaces:
    org.infinispan.commons.marshall.Marshaller

    @Deprecated
    public class KryoMarshaller
    extends org.infinispan.commons.marshall.AbstractMarshaller
    Deprecated.
    since 12.0 without replacement, will be removed in 15.0 ISPN-12152
    Since:
    9.0
    Author:
    Ryan Emerson
    • Constructor Detail

      • KryoMarshaller

        public KryoMarshaller()
        Deprecated.
    • Method Detail

      • objectFromByteBuffer

        public Object objectFromByteBuffer​(byte[] bytes,
                                           int offset,
                                           int length)
        Deprecated.
      • objectToBuffer

        protected org.infinispan.commons.io.ByteBuffer objectToBuffer​(Object obj,
                                                                      int estimatedSize)
        Deprecated.
        Specified by:
        objectToBuffer in class org.infinispan.commons.marshall.AbstractMarshaller
      • isMarshallable

        public boolean isMarshallable​(Object obj)
        Deprecated.
      • mediaType

        public org.infinispan.commons.dataconversion.MediaType mediaType()
        Deprecated.