Tag: Serializer
Posted in Java
Custom Jackson Joda DateTime Serializer
This tutorial shows how to serialize date format when marshaling JSON using Jackson. The custom annotation will be created in order to pass the date format using annotation.
Technical… Theoretical… Practical…