Uses of Class
com.landawn.abacus.parser.SerializationConfig
Packages that use SerializationConfig
-
Uses of SerializationConfig in com.landawn.abacus.http
Methods in com.landawn.abacus.http with type parameters of type SerializationConfigModifier and TypeMethodDescriptionstatic <SC extends SerializationConfig<?>,
DC extends DeserializationConfig<?>>
Parser<SC,DC> HttpUtil.getParser
(ContentFormat contentFormat) Gets the parser. -
Uses of SerializationConfig in com.landawn.abacus.parser
Classes in com.landawn.abacus.parser with type parameters of type SerializationConfigModifier and TypeInterfaceDescriptioninterface
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.class
SerializationConfig<C extends SerializationConfig<C>>
Subclasses of SerializationConfig in com.landawn.abacus.parserModifier and TypeClassDescriptionclass
static final class
The Class ASC.class
static final class
The Class JSC.class
JSONXMLSerializationConfig<C extends JSONXMLSerializationConfig<C>>
class
static final class
The Class KSC.class
static final class
The Class XSC.