Serialized Form
-
Package org.codehaus.jettison
-
Class org.codehaus.jettison.JSONSequenceTooLargeException extends JSONException implements Serializable
- serialVersionUID:
- -8281225263069171596L
-
-
Package org.codehaus.jettison.json
-
Class org.codehaus.jettison.json.JSONArray extends java.lang.Object implements Serializable
-
Serialized Fields
-
escapeForwardSlashAlways
boolean escapeForwardSlashAlways
When set totrue
forward slashes are escaped within the array. When set tofalse
no forward slashes are escaped. This setting is not inherited to any JSONObject or JSONArray members of the array. It is only for simple strings. Escaping needs to be set for each contained JSONObject or JSONArray object. -
myArrayList
java.util.ArrayList myArrayList
The arrayList where the JSONArray's properties are kept.
-
-
-
Class org.codehaus.jettison.json.JSONException extends java.lang.Exception implements Serializable
-
Serialized Fields
-
column
int column
-
line
int line
-
-
-
Class org.codehaus.jettison.json.JSONObject extends java.lang.Object implements Serializable
-
Serialized Fields
-
dropRootElement
boolean dropRootElement
-
escapeForwardSlashAlways
boolean escapeForwardSlashAlways
-
ignoredElements
java.util.List ignoredElements
-
myHashMap
java.util.LinkedHashMap<java.lang.Object,java.lang.Object> myHashMap
The hash map where the JSONObject's properties are kept. -
writeNullAsString
boolean writeNullAsString
-
-
-
-
Package org.codehaus.jettison.util
-
Class org.codehaus.jettison.util.FastStack extends java.util.ArrayList implements Serializable
-