Harry Chan

Results 5 comments of Harry Chan

Hi @bravehorsie, I see a little bit different between the [@JsonIgnoreProperties](https://fasterxml.github.io/jackson-annotations/javadoc/2.6/com/fasterxml/jackson/annotation/JsonIgnoreProperties.html) and the [@JsonbTransient](https://static.javadoc.io/javax.json.bind/javax.json.bind-api/1.0/javax/json/bind/annotation/JsonbTransient.html) You can NOT mark the field or property as transient by [@JsonbTransient](https://static.javadoc.io/javax.json.bind/javax.json.bind-api/1.0/javax/json/bind/annotation/JsonbTransient.html) when you could not...

@bravehorsie yes, use the @jsonbignoreproperties in class level

Thank you @aguibert ! Besides, I think white list and black list would be useful in different scenarios. For an example, the class has many fields but you only want...