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 Summary
Constructors Constructor Description JSONBDecoder(JSONReader.Context context, Type valueType)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Objectdecode(io.netty.buffer.ByteBuf buf, org.redisson.client.handler.State state)
-
-
-
Constructor Detail
-
JSONBDecoder
public JSONBDecoder(JSONReader.Context context, Type valueType)
-
-
Method Detail
-
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
-
-