Skip to content

Instantly share code, notes, and snippets.

View goreycn's full-sized avatar
🌴
On vacation

国服最坑开发 goreycn

🌴
On vacation
View GitHub Profile
@goreycn
goreycn / gson_from_array
Created February 8, 2017 06:59
Gson直接解析Bean数组
ArrayList<CityBean> cityList = HttpUtil.gson.fromJson(responseBody, new TypeToken<ArrayList<CityBean>>(){}.getType());