Skip to content

Instantly share code, notes, and snippets.

@goreycn
Created February 8, 2017 06:59
Show Gist options
  • Save goreycn/7f46007ac3dae1d65bde5ea96280f688 to your computer and use it in GitHub Desktop.
Save goreycn/7f46007ac3dae1d65bde5ea96280f688 to your computer and use it in GitHub Desktop.
Gson直接解析Bean数组
ArrayList<CityBean> cityList = HttpUtil.gson.fromJson(responseBody, new TypeToken<ArrayList<CityBean>>(){}.getType());
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment