Package | Description |
---|---|
com.fasterxml.jackson.databind.ser.std |
Modifier and Type | Class and Description |
---|---|
class |
CalendarSerializer
Standard serializer for
Calendar . |
class |
DateSerializer
For efficiency, we will serialize Dates as longs, instead of
potentially more readable Strings.
|
class |
SqlDateSerializer
Compared to regular
Date serialization, we do use String
representation here. |
Modifier and Type | Method and Description |
---|---|
abstract DateTimeSerializerBase<T> |
DateTimeSerializerBase.withFormat(Boolean timestamp,
DateFormat customFormat) |
Copyright © 2014-2015 FasterXML. All Rights Reserved.