Class StringListReplayDecoder
- java.lang.Object
-
- org.redisson.client.protocol.decoder.StringListReplayDecoder
-
- All Implemented Interfaces:
MultiDecoder<List<String>>
public class StringListReplayDecoder extends Object implements MultiDecoder<List<String>>
- Author:
- Nikita Koksharov
-
-
Constructor Summary
Constructors Constructor Description StringListReplayDecoder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<String>
decode(List<Object> parts, State state)
Decoder<Object>
getDecoder(Codec codec, int paramNum, State state)
-