Package | Description |
---|---|
com.fasterxml.jackson.databind.ser.std |
Modifier and Type | Class | 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 | Description |
---|---|---|
abstract DateTimeSerializerBase<T> |
DateTimeSerializerBase.withFormat(Boolean timestamp,
DateFormat customFormat) |
Copyright © 2008–2018. All rights reserved.