Skip to content

Instantly share code, notes, and snippets.

@tassioauad
Last active May 11, 2017 13:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tassioauad/2039992bde7604011f45bdcfc1b9e521 to your computer and use it in GitHub Desktop.
Save tassioauad/2039992bde7604011f45bdcfc1b9e521 to your computer and use it in GitHub Desktop.
public class Objeto {
private int[] array;
private Boolean boolean;
private Object nullObject;
@Serialize("text")
private String texto;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment