Class SerializableJSONArray

java.lang.Object
de.xima.fc.beans.SerializableJSONArray
All Implemented Interfaces:
ISerializableJSON, Serializable

public class SerializableJSONArray extends Object implements ISerializableJSON
See Also:
  • Constructor Details

    • 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 Details

    • toJSON

      @Deprecated public org.json.JSONArray toJSON() throws org.json.JSONException
      Deprecated.
      Throws:
      org.json.JSONException
    • getValue

      public com.alibaba.fastjson.JSONArray getValue()