Decoder.BooleanDecoder, Decoder.DoubleDecoder, Decoder.FloatDecoder, Decoder.IntDecoder, Decoder.LongDecoder, Decoder.ShortDecoder| Constructor and Description |
|---|
MaybeEmptyArrayDecoder(Binding binding) |
| Modifier and Type | Method and Description |
|---|---|
Object |
decode(JsonIterator iter)
Customized decoder to read values from iterator
|
public MaybeEmptyArrayDecoder(Binding binding)
public Object decode(JsonIterator iter) throws IOException
Decoderdecode in interface Decoderiter - the iterator instanceIOException - when reading from iterator triggered errorCopyright © 2019. All rights reserved.