注册

android List<EMMessage>转json之后再想转换回List<EMMessage>怎么办?

我把聊天记录List转json提交到服务器,另一个手机想查看聊天记录,获取到这个json然后怎么转换成EMMessage类呢?
已邀请:

lizg - ……

EMMessage msgNotification = EMMessage.createTxtSendMessage(" ",contextMenuMessage.getTo()); EMTextMessageBody txtBody = new EMTextMessageBody(getResources().getString(R.string.msg_recall_by_self)); msgNotification.addBody(txtBody); msgNotification.setTo(toChatUsername); msgNotification.setMsgTime(contextMenuMessage.getMsgTime()); msgNotification.setLocalTime(contextMenuMessage.getMsgTime()); msgNotification.setAttribute(Constant.MESSAGE_TYPE_RECALL, true); msgNotification.setStatus(EMMessage.Status.SUCCESS); EMClient.getInstance().chatManager().recallMessage(contextMenuMessage); EMClient.getInstance().chatManager().saveMessage(msgNotification);
需要创建EMMessage 插入到本地。
大佬关于环信直播聊天室能不能请教下qq:270532697

要回复问题请先登录注册