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