Serialized Form


Package org.codehaus.jettison.json

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

Serialized Fields

myArrayList

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

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

Serialized Fields

cause

Throwable cause

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

Serialized Fields

myHashMap

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 ArrayList implements Serializable



Copyright © 2013. All Rights Reserved.