public interface Decoder
| Modifier and Type | Interface and Description |
|---|---|
static class |
Decoder.BooleanDecoder |
static class |
Decoder.DoubleDecoder |
static class |
Decoder.FloatDecoder |
static class |
Decoder.IntDecoder |
static class |
Decoder.LongDecoder |
static class |
Decoder.ShortDecoder |
| Modifier and Type | Method and Description |
|---|---|
Object |
decode(JsonIterator iter)
Customized decoder to read values from iterator
|
Object decode(JsonIterator iter) throws IOException
iter - the iterator instanceIOException - when reading from iterator triggered errorCopyright © 2019. All rights reserved.