Class StdSerializers.SqlDateSerializer

All Implemented Interfaces:
SchemaAware
Enclosing class:
StdSerializers

public static final class StdSerializers.SqlDateSerializer extends ScalarSerializerBase<Date>
Compared to regular StdSerializers.UtilDateSerializer, we do use String representation here. Why? Basically to truncate of time part, since that should not be used by plain SQL date.