thelittlewozniak

Untitled

Jan 12th, 2019
102
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.23 KB | None | 0 0
  1. try {
  2.             conversations = new ObjectMapper().readValue(getIntent().getExtras().getString("conversations"), new TypeReference<List<Conversation>>() {});
  3.         } catch (IOException e) {
  4.             e.printStackTrace();
  5.         }
Advertisement
Add Comment
Please, Sign In to add comment