You can mark it as @JsonIgnore.
@JsonIgnore
With 1.9, you can add @JsonIgnore for getter, @JsonProperty for setter, to make it deserialize but not serialize.
@JsonProperty
1.4m articles
1.4m replys
5 comments
57.0k users