Gson gson = new Gson();Type listType = new TypeToken<ArrayList<ScriptStep>>() {}.getType();List<ScriptStep> steps = gson.fromJson(json, listType);