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