Guest User

Untitled

a guest
Aug 20th, 2018
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. Issue with @SerializedName annotation and the JSon Gson library
  2. @javax.persistence.Column(name = "A")
  3. @SerializedName("name")
  4. private String A;
  5.  
  6. @javax.persistence.Column(name = "B")
  7. @SerializedName("name")
  8. private String B;
Add Comment
Please, Sign In to add comment