Guest User

Untitled

a guest
May 21st, 2018
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. String s = new Gson().toJson(player);
  2.  
  3. player = new Gson().fromJson(text, Player.class);
  4.  
  5. implementation 'com.google.code.gson:gson:2.8.0'
Add Comment
Please, Sign In to add comment