Disable dates as time stamp serialization feature for Jackson

Hi Everyone,

I am using custom controller for REST API. We are returning non-entity objects as response for the REST api call. The dates in the objects are serialized as timestamp. How can we disable jackson serialization dates as time stamp feature.
Please help me in resolving the issue.

Thanks in advance