Package de.xima.fc.beans
Class SerializableJSONObject
java.lang.Object
de.xima.fc.beans.SerializableJSONObject
- All Implemented Interfaces:
ISerializableJSON
,Serializable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionSerializableJSONObject
(com.alibaba.fastjson.JSONObject value) SerializableJSONObject
(org.json.JSONObject value) Deprecated. -
Method Summary
-
Constructor Details
-
SerializableJSONObject
Deprecated.- Throws:
org.json.JSONException
-
SerializableJSONObject
public SerializableJSONObject(com.alibaba.fastjson.JSONObject value) -
SerializableJSONObject
public SerializableJSONObject()
-
-
Method Details
-
toJSON
Deprecated.usegetValue()
- Throws:
org.json.JSONException
-
getValue
public com.alibaba.fastjson.JSONObject getValue()
-
SerializableJSONObject(com.alibaba.fastjson.JSONObject)