
How To Serialize and Deserialize Enums with Jackson
1. Overview This quick tutorial will show how to control the way Java Enums are serialized and deserialized with Jackson 2. To dig a little deeper […]
1. Overview This quick tutorial will show how to control the way Java Enums are serialized and deserialized with Jackson 2. To dig a little deeper […]
1. Overview This tutorial is going to illustrate how we can use Jackson to only serialize a field if it meets a specific, custom criteria. For […]