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