Class JSONBCodec.JSONBDecoder

  • All Implemented Interfaces:
    org.redisson.client.protocol.Decoder<Object>
    Enclosing class:
    JSONBCodec

    protected static final class JSONBCodec.JSONBDecoder
    extends Object
    implements org.redisson.client.protocol.Decoder<Object>
    • Method Detail

      • decode

        public Object decode​(io.netty.buffer.ByteBuf buf,
                             org.redisson.client.handler.State state)
                      throws IOException
        Specified by:
        decode in interface org.redisson.client.protocol.Decoder<Object>
        Throws:
        IOException