I have below Serializer for JodaTime handling:
public class JodaDateTimeJsonSerializer extends JsonSerializer { private static final Str
If you simply have the Jackson JARs on your classpath, and return a @ResponseBody, Spring will automatically convert the Model object to JSON. You don't need to annotate anything in the Model to get this to work.
@ResponseBody