Class LocalDateSerializer

All Implemented Interfaces:
JsonFormatVisitable, SchemaAware, Serializable, Component

public class LocalDateSerializer extends StdSerializer<LocalDate> implements Component
Serializer for LocalDate. Returns the formatted date for JSON value to ISO 8601 standard format (e.g. 2013-02-28T17:13:50.000+02:00)
See Also: