JSON
Spring用的JSON转换应该是fasterxml
NofifyRequest tt = new NofifyRequest(); ObjectMapper m = new ObjectMapper(); System.out.println(m.writeValueAsString(tt));
jackson-dataformat-xml的jdk1.7最高版本是2.12.6
Spring&fasterxml用的注解是:com.fasterxml.jackson.annotation.JsonProperty @JsonProperty
fastjson用的注解:com.alibaba.fastjson.annotation.JSONField @JSONField 【fastjson无值就没key了】
posted on 2023-03-24 14:50 angelshelter 阅读(9) 评论(0) 编辑 收藏 举报