Interface | Description |
---|---|
JSONParser | |
ObjectMapper<C extends MapperConfig> |
The intention of this class is to provide concise and consistent interface for Jackson JSON/XML/...
|
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. |
XMLParser |
Class | Description |
---|---|
AvroDeserializationConfig | |
AvroDeserializationConfig.ADC |
The Class ADC.
|
AvroParser |
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.
|
AvroSerializationConfig | |
AvroSerializationConfig.ASC |
The Class ASC.
|
DeserializationConfig<C extends DeserializationConfig<C>> | |
Fj |
It's a wrapper for fastJson because of it's performance.
|
Fj.DeserializeConfig |
The Class DeserializeConfig.
|
Fj.DeserializeConfig.FDC |
The Class FDC.
|
Fj.SerializeConfig |
The Class SerializeConfig.
|
Fj.SerializeConfig.FSC |
The Class FSC.
|
JacksonMapperConfig | |
JacksonMapperConfig.JMC |
The Class JMC.
|
JSONDeserializationConfig | |
JSONDeserializationConfig.JDC |
The Class JDC.
|
JSONSerializationConfig | |
JSONSerializationConfig.JSC |
The Class JSC.
|
KryoDeserializationConfig | |
KryoDeserializationConfig.KDC |
The Class KDC.
|
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.
|
KryoSerializationConfig | |
KryoSerializationConfig.KSC |
The Class KSC.
|
MapperConfig | |
ParserConfig<C extends ParserConfig<C>> | |
ParserFactory |
A factory for creating Parser objects.
|
ParserUtil | |
ParserUtil.EntityInfo | |
ParserUtil.PropInfo | |
SerializationConfig<C extends SerializationConfig<C>> | |
XMLConstants | |
XMLDeserializationConfig | |
XMLDeserializationConfig.XDC |
The Class XDC.
|
XMLSerializationConfig | |
XMLSerializationConfig.XSC |
The Class XSC.
|
Enum | Description |
---|---|
Exclusion |
The Enum Exclusion.
|
Copyright © 2021. All rights reserved.