Package com.cedarsoftware.io
package com.cedarsoftware.io
-
ClassDescriptionImplement this interface to create custom instances of classes during JSON deserialization.Implement this interface to add a custom JSON reader for a specific class.Implement this interface to customize the JSON output for a given class.JsonIo is the main entry point for converting between JSON/TOON and Java objects.Builder for converting a JsonObject (Map representation) to fully resolved Java objects.Builder for converting JSON from an InputStream to Java objects.Builder for converting a JSON string to Java objects.Builder for converting TOON from an InputStream to Java objects.Builder for converting a TOON string to Java objects.Utility class for managing JsonIo resource cleanup, particularly ThreadLocal resources that could cause memory leaks in application servers or long-running applications.Auto-closeable wrapper for ThreadLocal cleanup.Custom RuntimeException subclass that is used as the main exception thrown by json-io.This class holds a JSON object using parallel arrays for memory efficiency and insertion-order preservation.Type classification for optimized dispatch in Resolver.Deprecated.This class is no longer used.Deprecated.Use top-level
ClassFactoryinstead.Deprecated.Use top-levelJsonClassReaderinstead.Deprecated.Use top-levelMissingFieldHandlerinstead.This class is the parent class for all parsed JSON objects, arrays, or primitive values.Output a Java object graph in JSON format.Deprecated.Use top-levelJsonClassWriterinstead.The MapResolver converts the raw Maps created from the JsonParser to higher quality Maps representing the implied object graph.This utility class has the methods mostly related to reflection related code.Implement this interface to react to fields missing when reading an object.The ObjectResolver converts the raw Maps created from the JsonParser to Java objects (a graph of Java instances).This class contains all the "feature" control (options) for controlling json-io's flexibility in reading JSON.Builder class for building the writeOptions.This class is used to convert a source of Java Maps that were created from the JsonParser.Default implementation of ReferenceTracker.stores missing fields information to notify client after the complete deserialization resolutionComprehensive security audit logging for json-io operations.Security audit summary dataSecurity event typesParse TOON (Token-Oriented Object Notation) format into JsonObject structures.Output a Java object graph in TOON (Token-Oriented Object Notation) format.TypeHolder<T>TypeHolder captures a generic Type (including parameterized types) at runtime.This class contains all the "feature" control (options) for controlling json-io's output JSON.Builder class for building the writeOptions.All custom writers for json-io subclass this class.Used as a template to write out primitive String types.Used as a template to write out primitive value types such as int, boolean, etc. that we extract as a String, but we do not put in quotes.Used as a template to write out primitive value types such as int, boolean, etc. that we extract as a String, but we do not put in quotes.Used as a template to write out primitive value types such as int, boolean, etc. that we extract as a String, but we do not put in quotes.Used as a template to write out types that will have a primitive form.Used as a template to write out primitive String types.Used as a template to write out primitive value types such as int, boolean, etc. that we extract as a String, but we do not put in quotes.