Uses of Package
com.cedarsoftware.util.io
Packages that use com.cedarsoftware.util.io
-
Classes in com.cedarsoftware.util.io used by com.cedarsoftware.util.ioClassDescriptionThis class holds a JSON object in a LinkedHashMap.Read an object graph in JSON format and make it available in Java objects, or in a "Map of Maps." (untyped representation).Subclass this interface and create a class that will return a new instance of the passed in Class (c).Implement this interface to add a custom JSON reader.Common ancestor for JsonClassReaderUsed to react to fields missing when reading an object.Output a Java object graph in JSON format.Implement this interface to customize the JSON output for a given class.Deprecated.This class is used to convert a source of Java Maps that were created from the JsonParser.stores missing fields information to notify client after the complete deserialization resolutionUsed 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.
-
Classes in com.cedarsoftware.util.io used by com.cedarsoftware.util.io.factoryClassDescriptionThis class holds a JSON object in a LinkedHashMap.Subclass this interface and create a class that will return a new instance of the passed in Class (c).