Advertisement
Guest User

Untitled

a guest
Sep 19th, 2017
48
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.30 KB | None | 0 0
  1. {
  2. "d": {
  3. "results": [
  4. {
  5. /* lots objects with lots of properties
  6. that are irrelevant to the question */
  7. }
  8. ]
  9. }
  10. }
  11.  
  12. this.om.readerFor(new TypeReference<List<User>>() {}).withRootName("d").readValue(response.parseAsString());
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement