Skip to content

Instantly share code, notes, and snippets.

@kantapp
Created June 23, 2018 05:16
Show Gist options
  • Save kantapp/46f813b9715fb286cb44f52d4e94cde1 to your computer and use it in GitHub Desktop.
Save kantapp/46f813b9715fb286cb44f52d4e94cde1 to your computer and use it in GitHub Desktop.
TypeToken.java
List<Anime> arrayList= new Gson().fromJson(animeListDB.storedAnime(), new TypeToken<List<Anime>>(){}.getType());
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment