Gson gson = new Gson();
list = gson.fromJson(response, new TypeToken<List<ProjectListDto>>() {
}.getType());
Gson gson = new Gson();
list = gson.fromJson(response, new TypeToken<List<ProjectListDto>>() {
}.getType());