请教个 Jackson 的问题:怎么让字段只在序列化时被忽略?好像 @JsonIgnore 不能生效,加了之后序列化和反序列化都会被忽略掉了: java import com.fasterxml.jackson.annotation.JsonIgnore; i