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