Package de.xima.fc.beans
Class SerializableJSONArray
- java.lang.Object
 - 
- de.xima.fc.beans.SerializableJSONArray
 
 
- 
- All Implemented Interfaces:
 ISerializableJSON,Serializable
public class SerializableJSONArray extends Object implements ISerializableJSON
- See Also:
 - Serialized Form
 
 
- 
- 
Constructor Summary
Constructors Constructor Description SerializableJSONArray()SerializableJSONArray(com.alibaba.fastjson.JSONArray value)SerializableJSONArray(org.json.JSONArray value)Deprecated. 
- 
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description com.alibaba.fastjson.JSONArraygetValue()org.json.JSONArraytoJSON()Deprecated. 
 - 
 
- 
- 
Constructor Detail
- 
SerializableJSONArray
@Deprecated public SerializableJSONArray(org.json.JSONArray value) throws org.json.JSONException
Deprecated.- Throws:
 org.json.JSONException
 
- 
SerializableJSONArray
public SerializableJSONArray(com.alibaba.fastjson.JSONArray value)
 
- 
SerializableJSONArray
public SerializableJSONArray()
 
 - 
 
- 
Method Detail
- 
toJSON
@Deprecated public org.json.JSONArray toJSON() throws org.json.JSONException
Deprecated.usegetValue()- Throws:
 org.json.JSONException
 
- 
getValue
public com.alibaba.fastjson.JSONArray getValue()
 
 - 
 
 -