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 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
ArrayList myArrayList
The arrayList where the JSONArray's properties are kept.
-
-
-
Class org.codehaus.jettison.json.JSONException extends Exception implements Serializable
-
Serialized Fields
-
column
int column
-
line
int line
-
-
-
Class org.codehaus.jettison.json.JSONObject extends Object implements Serializable
-
Serialized Fields
-
dropRootElement
boolean dropRootElement
-
escapeForwardSlashAlways
boolean escapeForwardSlashAlways
-
ignoredElements
List ignoredElements
-
myHashMap
LinkedHashMap<Object,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 ArrayList implements Serializable
-