toJson()- converts an object to json string, takes object as argument and returns the json string. [code]gson.toJson(10); ==> prints 10 gson ...
確定! 回上一頁