Using the Jackson Mix-in Annotation
Last Updated on October 22, 2024 by jt Prior to Jackson 1.2, the only way to serialize or deserialize JSON using Jackson was by using one of the following two methods: Now imagine you want to serialize or deserialize a 3rd party POJO which you don’t have access to its source code. What would you […]Continue reading