I'm using Jackson (via Spring MVC Annotations) to deserialize a field into a java.util.Date from JSON. The POST looks like - {"enrollDate":"2011-09-28T00:00:00.000Z"}, but when the Object is created by Spring & ...
java.util.Date
{"enrollDate":"2011-09-28T00:00:00.000Z"}