JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes
Deprecated API
Contents
Deprecated Interfaces
Deprecated Classes
Deprecated Methods
Deprecated Constructors
Deprecated Interfaces
Interface and Description
com.cedarsoftware.util.io.JsonReader.JsonClassReaderBase
com.cedarsoftware.util.io.JsonReader.JsonClassReaderEx
com.cedarsoftware.util.io.JsonWriter.JsonClassWriterBase
com.cedarsoftware.util.io.JsonWriter.JsonClassWriterEx
Deprecated Classes
Class and Description
com.cedarsoftware.util.io.JsonReader.JsonClassReaderEx.Support
com.cedarsoftware.util.io.JsonWriter.JsonClassWriterEx.Support
Deprecated Methods
Method and Description
com.cedarsoftware.util.io.JsonReader.addNotCustomReader(Class<?>)
use ReadOptionsBuilder.withNonCustomizableClass()
com.cedarsoftware.util.io.JsonWriter.addNotCustomWriter(Class<?>)
com.cedarsoftware.util.io.JsonReader.addReader(Class<?>, JsonReader.JsonClassReader)
use ReadOptionsBuilder.withCustomReader() to create any additional readers you'll need.
com.cedarsoftware.util.io.JsonWriter.addWriterPermanent(Class<?>, JsonWriter.JsonClassWriter)
com.cedarsoftware.util.io.JsonReader.assignInstantiator(Class<?>, JsonReader.ClassFactory)
com.cedarsoftware.util.io.JsonReader.assignInstantiator(String, JsonReader.ClassFactory)
com.cedarsoftware.util.io.JsonWriter.formatJson(String)
use JsonUtilities.formatJson(json);
com.cedarsoftware.util.io.JsonWriter.formatJson(String, Map, Map)
use JsonUtilities.formatJson(json, readOption, writeOptions);
com.cedarsoftware.util.io.Resolver.getReader()
com.cedarsoftware.util.io.JsonReader.JsonClassReaderEx.Support.getReader(Map<String, Object>)
com.cedarsoftware.util.io.JsonReader.jsonObjectsToJava(JsonObject)
com.cedarsoftware.util.io.JsonReader.jsonToJava(InputStream, Map<String, Object>)
com.cedarsoftware.util.io.JsonReader.jsonToJava(InputStream, Map<String, Object>, int)
com.cedarsoftware.util.io.JsonReader.jsonToJava(String)
com.cedarsoftware.util.io.JsonReader.jsonToJava(String, Map<String, Object>)
com.cedarsoftware.util.io.JsonReader.jsonToJava(String, Map<String, Object>, int)
com.cedarsoftware.util.io.JsonReader.jsonToMaps(InputStream, Map<String, Object>)
com.cedarsoftware.util.io.JsonReader.jsonToMaps(InputStream, Map<String, Object>, int)
com.cedarsoftware.util.io.JsonReader.jsonToMaps(String)
com.cedarsoftware.util.io.JsonReader.jsonToMaps(String, int)
com.cedarsoftware.util.io.JsonReader.jsonToMaps(String, Map<String, Object>)
com.cedarsoftware.util.io.JsonReader.jsonToMaps(String, Map<String, Object>, int)
com.cedarsoftware.util.io.JsonWriter.objectToJson(Object)
com.cedarsoftware.util.io.JsonWriter.objectToJson(Object, Map<String, Object>)
com.cedarsoftware.util.io.JsonReader.JsonClassReader.read(Object, Deque<JsonObject>, Map<String, Object>)
com.cedarsoftware.util.io.JsonReader.JsonClassReader.read(Object, Deque<JsonObject>, Map<String, Object>, JsonReader)
Deprecated Constructors
Constructor and Description
com.cedarsoftware.util.io.JsonReader()
com.cedarsoftware.util.io.JsonReader(byte[], Map<String, Object>)
com.cedarsoftware.util.io.JsonReader(byte[], Map<String, Object>, int)
com.cedarsoftware.util.io.JsonReader(InputStream)
com.cedarsoftware.util.io.JsonReader(InputStream, boolean)
com.cedarsoftware.util.io.JsonReader(InputStream, boolean, int)
com.cedarsoftware.util.io.JsonReader(InputStream, int)
com.cedarsoftware.util.io.JsonReader(InputStream, Map<String, Object>)
com.cedarsoftware.util.io.JsonReader(InputStream, Map<String, Object>, int)
com.cedarsoftware.util.io.JsonReader(int)
com.cedarsoftware.util.io.JsonReader(Map<String, Object>)
com.cedarsoftware.util.io.JsonReader(Map<String, Object>, int)
com.cedarsoftware.util.io.JsonReader(String, Map<String, Object>)
com.cedarsoftware.util.io.JsonReader(String, Map<String, Object>, int)
com.cedarsoftware.util.io.JsonWriter(OutputStream, Map<String, Object>)
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes
Copyright © 2023. All rights reserved.