Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- try {
- conversations = new ObjectMapper().readValue(getIntent().getExtras().getString("conversations"), new TypeReference<List<Conversation>>() {});
- } catch (IOException e) {
- e.printStackTrace();
- }
Advertisement
Add Comment
Please, Sign In to add comment