Skip to content

Instantly share code, notes, and snippets.

@valterh4ck3r
Created February 20, 2018 01:13
Show Gist options
  • Save valterh4ck3r/bb756158f65ec5153bc44f45fb60fdc2 to your computer and use it in GitHub Desktop.
Save valterh4ck3r/bb756158f65ec5153bc44f45fb60fdc2 to your computer and use it in GitHub Desktop.
toString() in JSON
@Override
public String toString(){
return new Gson().toJson(this);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment