Serialized Form


Package org.codehaus.jettison.json

Class org.codehaus.jettison.json.JSONArray extends java.lang.Object implements Serializable

Serialized Fields

myArrayList

java.util.ArrayList<E> myArrayList
The arrayList where the JSONArray's properties are kept.

Class org.codehaus.jettison.json.JSONException extends java.lang.Exception implements Serializable

Serialized Fields

cause

java.lang.Throwable cause

Class org.codehaus.jettison.json.JSONObject extends java.lang.Object implements Serializable

Serialized Fields

myHashMap

java.util.LinkedHashMap<K,V> myHashMap
The hash map where the JSONObject's properties are kept.


Package org.codehaus.jettison.util

Class org.codehaus.jettison.util.FastStack extends java.util.ArrayList implements Serializable