Jackson Ignore Properties on Marshalling | Baeldung
This tutorial will show how to ignore certain fields when serializing an object to json using Jackson 2.x.
This is very useful when the Jackson defaults aren't enough and we need to control exactly what gets serialized to json – and there are several ways to ignore properties.
If you want to dig deeper and learn other cool things you can do with the Jackson 2 – head on over to the main Jackson tutorial.
Read full article from Jackson Ignore Properties on Marshalling | Baeldung
No comments:
Post a Comment