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
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
JSONBDecoder
-
-
Method Details
-
decode
public Object decode(io.netty.buffer.ByteBuf buf, org.redisson.client.handler.State state) throws IOException - Specified by:
decodein interfaceorg.redisson.client.protocol.Decoder<Object>- Throws:
IOException
-