摘要: 控制 json 序列化/反序列化 1. @JsonIgnoreProperties的用法 @JsonIgnoreProperties(value = { "prop1","prop2" }) 用来修饰Pojo类, 在序列化和反序列化的时候忽略指定的属性, 可以忽略一个或多个属性. @JsonIgno 阅读全文
posted @ 2018-09-15 21:53 harrychinese 阅读(12227) 评论(1) 推荐(0) 编辑