Class SerializableJSONObject

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

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

    • SerializableJSONObject

      @Deprecated public SerializableJSONObject(org.json.JSONObject value) throws org.json.JSONException
      Throws:
      org.json.JSONException
    • SerializableJSONObject

      public SerializableJSONObject(com.alibaba.fastjson.JSONObject value)
    • SerializableJSONObject

      public SerializableJSONObject()
  • Method Details

    • toJSON

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

      public com.alibaba.fastjson.JSONObject getValue()