All Classes and Interfaces

Class
Description
Arrays serializer.
Bean visitor that serializes properties of a bean.
Serializes boolean arrays.
Boolean serializer.
Serializes byte arrays.
Calendar serializer.
Character serializer.
Implementation of the CharsInput over a char[].
Implementation of CharsInput over the CharSequence.
CharSequence serializers.
Scanner over an input that consist of characters.
Class serializer.
Date serializer.
Serializes double arrays.
 
Not a serializer - simply ignores the value and outputs nothing.
Enum serializer.
File json serializer offers various ways of file to JSON serializations.
 
Serializes float arrays.
 
Serializes int arrays.
Iterable serializer.
JSON annotation defines if some property has to be included or excluded from the serialization.
Cached includes and excludes annotation data per type.
 
Representation of JSON array.
 
JSON context used during serialization for building the JSON string.
JSON exception.
Representation of JSON object.
 
Simple, developer-friendly JSON parser.
 
Just a base class of JsonParser that contains various utilities, to reduce the size of a parser.
JSON serializer.
 
Context of current serialized value.
Simple JSON writer.
Serializer for JulianDate.
Key value JSON serializer.
Similar to LazyMap, the list elements are resolved only when required.
This map only builds once you ask for a key for the first time.
 
 
 
Serializes long arrays.
Map serializer.
Map to bean converter.
 
Main serializer for objects.
Extracted function for parsing object content.
Path to a property from JSON root.
Path query is used to match properties with some Path.
JsonSerializer that prints out formatted JSON.
Type information read from annotations.
Parser of JSON default types.
 
Type JSON Serializer defines how a type is serialized into JSON string.
Type's property visitor that follows JSON include/excludes rules.
 
Value converter for JsonParser.
Base class for all JSON objects and arrays serializers.