val json = prefs.getString(key, null ). val type = object : TypeToken<ArrayList<ProductData>>() {. }.type. return Gson().fromJson(json,type). } ...
確定! 回上一頁