T
- typepublic class ObjectListReplayDecoder<T> extends Object implements MultiDecoder<List<T>>
Constructor and Description |
---|
ObjectListReplayDecoder() |
ObjectListReplayDecoder(Decoder<Object> decoder) |
Modifier and Type | Method and Description |
---|---|
List<T> |
decode(List<Object> parts,
State state) |
Decoder<Object> |
getDecoder(int paramNum,
State state) |
Copyright © 2014–2018 The Redisson Project. All rights reserved.