Jackson - Serialize Enums as JSON Objects | Baeldung
Jackson – Serialize Enums as JSON Objects
If you're new here, you may want to get my "Spring Development Report". Thanks for visiting!
I usually post about Jackson and JSON stuff on Twitter - you can follow me there:
1. Overview
This quick tutorial will show how to control the way Java Enums are serialized to JSON output with Jackson 2.
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.
2. Controlling the Enum Representation
Read full article from Jackson - Serialize Enums as JSON Objects | Baeldung
No comments:
Post a Comment