JSON序列化和反序列化.docx

时间:2024-04-27 16:33:04
【文件属性】:

文件名称:JSON序列化和反序列化.docx

文件大小:14KB

文件格式:DOCX

更新时间:2024-04-27 16:33:04

json

@JsonIgnore 此注解用于属性上,作用是进行JSON操作时忽略该属性。 @JsonFormat 此注解用于属性上,作用是把Date类型直接转化为想要的格式,如@JsonFormat(pattern = "yyyy-MM-dd HH-mm-ss")。 @JsonProperty 此注解用于属性上,作用是把该属性的名称序列化为另外一个名称,如把trueName属性序列化为name,@JsonProperty("name")。


网友评论