摘要: 一、简单数据的序列化pubic class UserInfo implements Serializable{ private String name; private int age; public void setName(String name){ this.name=name; } pub... 阅读全文
posted @ 2016-01-04 16:08 LiuChunfu 阅读(26531) 评论(1) 推荐(2) 编辑
摘要: jackson的包在:https://yunpan.cn/cu2b6eMaBjFpz 访问密码 753f代码:ObjectMapper objectMapper = new ObjectMapper();String jsonStr=objectMapper.writeValueAsString(o... 阅读全文
posted @ 2016-01-04 15:08 LiuChunfu 阅读(880) 评论(0) 推荐(0) 编辑