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