Uses of Package
com.dslplatform.json
Packages that use com.dslplatform.json
Package
Description
-
Classes in com.dslplatform.json used by com.dslplatform.jsonClassDescriptionDefines behavior for handling unknown properties.JSON object format.Class level tuning for object format serialization behavior.Some types (abstract classes and interfaces) require additional metadata so they can be correctly deserialized.Configuration API for setting up readers/writers during library initialization.Main DSL-JSON class.Configuration for DslJson options.Customize property serialization behavior in minimal serialization object format.Objects which implement this interface are supported for serialization in DslJson.Object for processing JSON from byte[] and InputStream.Existing instances can be provided as target for deserialization.Custom objects can be deserialized based on the implementation specified through this interface.DslJson writes JSON into JsonWriter which has two primary modes of operation: * targeting specific output stream * buffering the entire response in memory In both cases JsonWriter writes into an byte[] buffer.Custom objects can be serialized based on the implementation specified through this interface.A common DslJson annotation to declare that annotated elements can be
nullunder some circumstance.DSL-JSON specific exception thrown when DSL-JSON is unable to parse provided JSON. -
Classes in com.dslplatform.json used by com.dslplatform.json.jsonbClassDescriptionMain DSL-JSON class.Configuration for DslJson options.DslJson writes JSON into JsonWriter which has two primary modes of operation: * targeting specific output stream * buffering the entire response in memory In both cases JsonWriter writes into an byte[] buffer.
-
Classes in com.dslplatform.json used by com.dslplatform.json.processorClassDescriptionDefines behavior for handling unknown properties.JSON object format.Class level tuning for object format serialization behavior.Some types (abstract classes and interfaces) require additional metadata so they can be correctly deserialized.Customize property serialization behavior in minimal serialization object format.A common DslJson annotation to declare that annotated elements can be
nullunder some circumstance. -
Classes in com.dslplatform.json used by com.dslplatform.json.runtimeClassDescriptionMain DSL-JSON class.Configuration for DslJson options.Object for processing JSON from byte[] and InputStream.Existing instances can be provided as target for deserialization.Custom objects can be deserialized based on the implementation specified through this interface.DslJson writes JSON into JsonWriter which has two primary modes of operation: * targeting specific output stream * buffering the entire response in memory In both cases JsonWriter writes into an byte[] buffer.Custom objects can be serialized based on the implementation specified through this interface.A common DslJson annotation to declare that annotated elements can be
nullunder some circumstance.DSL-JSON specific exception thrown when DSL-JSON is unable to parse provided JSON. -
Classes in com.dslplatform.json used by dsl_json.java.utilClassDescriptionConfiguration API for setting up readers/writers during library initialization.Main DSL-JSON class.