Class JSONBCodec.JSONBDecoder

java.lang.Object
com.alibaba.fastjson2.support.redission.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>
  • Constructor Details

  • Method Details

    • 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