Class ProtostuffTranscoder

  • All Implemented Interfaces:
    net.spy.memcached.transcoders.Transcoder<Object>

    @Deprecated
    public class ProtostuffTranscoder
    extends Object
    implements net.spy.memcached.transcoders.Transcoder<Object>
    Deprecated.
    since 12.0 without a direct replacement, will be removed in 15.0 ISPN-12152
    Since:
    9.0
    Author:
    Ryan Emerson
    • Constructor Detail

      • ProtostuffTranscoder

        public ProtostuffTranscoder​(ProtostuffMarshaller marshaller)
        Deprecated.
    • Method Detail

      • asyncDecode

        public boolean asyncDecode​(net.spy.memcached.CachedData d)
        Deprecated.
        Specified by:
        asyncDecode in interface net.spy.memcached.transcoders.Transcoder<Object>
      • encode

        public net.spy.memcached.CachedData encode​(Object o)
        Deprecated.
        Specified by:
        encode in interface net.spy.memcached.transcoders.Transcoder<Object>
      • decode

        public Object decode​(net.spy.memcached.CachedData d)
        Deprecated.
        Specified by:
        decode in interface net.spy.memcached.transcoders.Transcoder<Object>
      • getMaxSize

        public int getMaxSize()
        Deprecated.
        Specified by:
        getMaxSize in interface net.spy.memcached.transcoders.Transcoder<Object>