Can the Default Date format returned by Jettison Library can be changed ?
This is the default Date format
{ "post": { "activityDate": "2012-07-03T16:15:29.111-04:00", "modfiedDate": "2012-07-03T16:15:29.111-04:00", "createdDate": "2012-07-03T16:15:29.111-04:00" } }
can that be changed ?
We can do this in Jakson using org.codehaus.jackson.map.JsonSerialize annotation.
How to do this in Jettison ?
Is there any similar class in Jettison ?
Thanks