public interface Encoder
| Modifier and Type | Interface and Description |
|---|---|
static class |
Encoder.BooleanEncoder |
static class |
Encoder.DoubleEncoder |
static class |
Encoder.FloatEncoder |
static class |
Encoder.IntEncoder |
static class |
Encoder.LongEncoder |
static interface |
Encoder.ReflectionEncoder |
static class |
Encoder.ShortEncoder |
static class |
Encoder.StringDoubleEncoder |
static class |
Encoder.StringFloatEncoder |
static class |
Encoder.StringIntEncoder |
static class |
Encoder.StringLongEncoder |
static class |
Encoder.StringShortEncoder |
| Modifier and Type | Method and Description |
|---|---|
void |
encode(Object obj,
JsonStream stream) |
void encode(Object obj, JsonStream stream) throws IOException
IOExceptionCopyright © 2019. All rights reserved.