All Implemented Interfaces:
JsonFormatVisitable, SchemaAware, ContextualSerializer, Serializable

public class SqlDateSerializer 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.
See Also: