Jackson: how to prevent field serialization (while keeping deserialization)
问题 I'd like to go further on what this question was about, I've been roaming SO for a solid hour now without finding anything. Basically, what I'm trying to do is having a property properly instanciated through Jackson internal reflection algorithm during deserialization but having this same property not serialized when it comes to serialization. I know about @JsonIgnore and @JsonIgnoreProperties but apparently I can't seem to use them right : either my property is correctly deserialized when I