Serialized Form
-
Package org.json.simple
-
Exception org.json.simple.DeserializationException
class DeserializationException extends Exception implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
position
int position
-
problemType
DeserializationException.Problems problemType
-
unexpectedObject
Object unexpectedObject
-
-
Class org.json.simple.JsonArray
- serialVersionUID:
- 1L
-
Class org.json.simple.JSONArray
class JSONArray extends ArrayList implements Serializable- serialVersionUID:
- 3957988303675231981L
-
Class org.json.simple.JsonObject
- serialVersionUID:
- 2L
-
Class org.json.simple.JSONObject
class JSONObject extends HashMap implements Serializable- serialVersionUID:
- -503443796854799292L
-
-
Package org.json.simple.parser
-
Exception org.json.simple.parser.ParseException
class ParseException extends Exception implements Serializable- serialVersionUID:
- -7880698968187728547L
-
Serialized Fields
-
errorType
int errorType
Deprecated. -
position
int position
Deprecated. -
unexpectedObject
Object unexpectedObject
Deprecated.
-
-