Class JavaSqlDateSerializer

All Implemented Interfaces:
JsonFormatVisitable

public class JavaSqlDateSerializer extends DateTimeSerializerBase<Date>
Compared to regular Date serialization, we do use String representation here. Why? Basically to truncate of time part, since that should not be used by plain SQL date.

NOTE: name was SqlDateSerializer in Jackson 2.x