Example #1
0
 /** toString方法 */
 public String toString() {
   return JSONObject.encode(this);
 }
Example #2
0
 /** toJSON方法 */
 public JSONObject toJSON() {
   return JSONObject.decode(JSONObject.encode(this));
 }