public class SerializableJSONObject extends Object implements ISerializableJSON
Constructor and Description |
---|
SerializableJSONObject() |
SerializableJSONObject(org.json.JSONObject value)
Deprecated.
|
SerializableJSONObject(com.alibaba.fastjson.JSONObject value) |
Modifier and Type | Method and Description |
---|---|
com.alibaba.fastjson.JSONObject |
getValue() |
org.json.JSONObject |
toJSON()
Deprecated.
|
@Deprecated public SerializableJSONObject(org.json.JSONObject value) throws org.json.JSONException
#SerializableJSONObject(JSONArray)
org.json.JSONException
public SerializableJSONObject(com.alibaba.fastjson.JSONObject value)
public SerializableJSONObject()
@Deprecated public org.json.JSONObject toJSON() throws org.json.JSONException
getValue()
org.json.JSONException
public com.alibaba.fastjson.JSONObject getValue()
Copyright © 2019 XIMA MEDIA GmbH. All rights reserved.