I\'m using Spring MVC and Jackson for JSON de/serialization. But im facing a problem with serializing a date.
By default Jackson serialize a date as an epoch. But i
I found the following to work with Spring Platform 2.0 (Spring 4.2) and Jackson 2.6.3
pom.xml
com.fasterxml.jackson.core jackson-databind com.fasterxml.jackson.datatype jackson-datatype-joda
applicationContext.xml