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