Skip to content

Instantly share code, notes, and snippets.

@windless
Created October 2, 2014 08:29
Show Gist options
  • Save windless/f9048232882d8d7972db to your computer and use it in GitHub Desktop.
Save windless/f9048232882d8d7972db to your computer and use it in GitHub Desktop.
Gson json to list
List<Student> retList = gson.fromJson(s2,
new TypeToken<List<Student>>() {
}.getType());
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment