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