Class TimeLongObjectDecoder
- java.lang.Object
-
- org.redisson.client.protocol.decoder.TimeLongObjectDecoder
-
- All Implemented Interfaces:
MultiDecoder<Long>
public class TimeLongObjectDecoder extends Object implements MultiDecoder<Long>
- Author:
- Nikita Koksharov
-
-
Constructor Summary
Constructors Constructor Description TimeLongObjectDecoder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Long
decode(List<Object> parts, State state)
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.redisson.client.protocol.decoder.MultiDecoder
getDecoder
-
-