public class ListScanResultReplayDecoder extends Object implements MultiDecoder<ListScanResult<Object>>
| Constructor and Description |
|---|
ListScanResultReplayDecoder() |
| Modifier and Type | Method and Description |
|---|---|
ListScanResult<Object> |
decode(List<Object> parts,
State state) |
Decoder<Object> |
getDecoder(Codec codec,
int paramNum,
State state) |
public Decoder<Object> getDecoder(Codec codec, int paramNum, State state)
getDecoder in interface MultiDecoder<ListScanResult<Object>>public ListScanResult<Object> decode(List<Object> parts, State state)
decode in interface MultiDecoder<ListScanResult<Object>>Copyright © 2014–2021 Redisson. All rights reserved.