Array Examples. Gson gson = new Gson(); int[] ints = {1, 2, 3, 4, 5}; String[] strings = {abc, def, ghi}; (Serialization) gson.toJson(ints); ...
確定! 回上一頁