| Package | Description |
|---|---|
| com.landawn.abacus.http | |
| com.landawn.abacus.parser |
| Modifier and Type | Method and Description |
|---|---|
static <SC extends SerializationConfig<?>,DC extends DeserializationConfig<?>> |
HttpUtil.getParser(ContentFormat contentFormat)
Gets the parser.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DeserializationConfig<C extends DeserializationConfig<C>> |
interface |
Parser<SC extends SerializationConfig<?>,DC extends DeserializationConfig<?>>
Design principles: 1, Simple (is beautiful) 2, Fast (is powerful) 3, Concepts (must be integral
and consistent)
These principles can't be broken by any change or reason. |
| Modifier and Type | Class and Description |
|---|---|
class |
JSONDeserializationConfig |
static class |
JSONDeserializationConfig.JDC
The Class JDC.
|
class |
KryoDeserializationConfig |
static class |
KryoDeserializationConfig.KDC
The Class KDC.
|
class |
XMLDeserializationConfig |
static class |
XMLDeserializationConfig.XDC
The Class XDC.
|
Copyright © 2021. All rights reserved.