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