Serialized Form
-
Package com.alibaba.fastjson
-
Exception com.alibaba.fastjson.JSONException
class JSONException extends RuntimeException implements Serializable -
Class com.alibaba.fastjson.JSONObject
class JSONObject extends JSON implements Serializable- serialVersionUID:
- 1L
-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
-
Serialized Fields
-
Exception com.alibaba.fastjson.JSONPathException
class JSONPathException extends JSONException implements Serializable
-
-
Package com.alibaba.fastjson.util
-
Class com.alibaba.fastjson.util.AntiCollisionHashMap
class AntiCollisionHashMap extends AbstractMap<K extends Object,V extends Object> implements Serializable - serialVersionUID:
- 362498820763181265L
-
Serialization Methods
-
readObject
Deprecated.- Throws:
IOExceptionClassNotFoundException
-
writeObject
Deprecated.- Throws:
IOException
-
-
Serialized Fields
-
loadFactor
float loadFactor
Deprecated. -
random
int random
Deprecated. -
threshold
int threshold
Deprecated.
-
-