Class JavaUtilDateSerializer

All Implemented Interfaces:
JsonFormatVisitable

public class JavaUtilDateSerializer extends DateTimeSerializerBase<Date>
For efficiency, we will serialize Dates as longs, instead of potentially more readable Strings.

NOTE: name was DateSerializer in Jackson 2.x