| 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 | Interface and Description |
|---|---|
interface |
JSONParser |
interface |
XMLParser |
| Modifier and Type | Class and Description |
|---|---|
class |
KryoParser
The content is encoded with Base64 if the target output is String or Writer, otherwise the content is NOT encoded with Base64 if the target output is File or OutputStream.
|
Copyright © 2021. All rights reserved.