save the arrayList of objects a JSON string. String saveArray = new Gson().toJson(stepsArray);. // convert the string back to Java ArrayList with objects.
確定! 回上一頁