| Package | Description |
|---|---|
| com.jsoniter | |
| com.jsoniter.extra | |
| com.jsoniter.output | |
| com.jsoniter.spi |
| Modifier and Type | Field and Description |
|---|---|
Config |
JsonIterator.configCache |
| Modifier and Type | Method and Description |
|---|---|
static Any |
JsonIterator.deserialize(Config config,
byte[] input) |
static <T> T |
JsonIterator.deserialize(Config config,
byte[] input,
Class<T> clazz) |
static <T> T |
JsonIterator.deserialize(Config config,
byte[] input,
TypeLiteral<T> typeLiteral) |
static Any |
JsonIterator.deserialize(Config config,
String input) |
static <T> T |
JsonIterator.deserialize(Config config,
String input,
Class<T> clazz) |
static <T> T |
JsonIterator.deserialize(Config config,
String input,
TypeLiteral<T> typeLiteral) |
| Modifier and Type | Class and Description |
|---|---|
class |
GsonCompatibilityMode |
class |
JacksonCompatibilityMode |
| Modifier and Type | Method and Description |
|---|---|
protected Config |
GsonCompatibilityMode.Builder.doBuild(String configName) |
protected Config |
JacksonCompatibilityMode.Builder.doBuild(String configName) |
| Modifier and Type | Field and Description |
|---|---|
Config |
JsonStream.configCache |
| Modifier and Type | Method and Description |
|---|---|
Config |
JsonStream.currentConfig() |
| Modifier and Type | Method and Description |
|---|---|
static String |
JsonStream.serialize(Config config,
Object obj) |
static void |
JsonStream.serialize(Config config,
Object obj,
OutputStream out) |
static String |
JsonStream.serialize(Config config,
TypeLiteral typeLiteral,
Object obj) |
static void |
JsonStream.serialize(Config config,
TypeLiteral typeLiteral,
Object obj,
OutputStream out) |
| Modifier and Type | Field and Description |
|---|---|
static Config |
Config.INSTANCE |
| Modifier and Type | Method and Description |
|---|---|
Config |
Config.Builder.build() |
protected Config |
Config.Builder.doBuild(String configName) |
static Config |
JsoniterSpi.getCurrentConfig() |
static Config |
JsoniterSpi.getDefaultConfig() |
| Modifier and Type | Method and Description |
|---|---|
static void |
JsoniterSpi.setCurrentConfig(Config val) |
static void |
JsoniterSpi.setDefaultConfig(Config val) |
Copyright © 2019. All rights reserved.