public class ISODateTimeSerializer
extends com.fasterxml.jackson.databind.JsonSerializer<org.joda.time.DateTime>
DateTime fields to the ISO date time format in the UTC timezone (yyyy-MM-dd'T'HH:mm:ss.SSSZZ).| Constructor and Description |
|---|
ISODateTimeSerializer() |
| Modifier and Type | Method and Description |
|---|---|
void |
serialize(org.joda.time.DateTime value,
com.fasterxml.jackson.core.JsonGenerator gen,
com.fasterxml.jackson.databind.SerializerProvider arg2) |
public void serialize(org.joda.time.DateTime value,
com.fasterxml.jackson.core.JsonGenerator gen,
com.fasterxml.jackson.databind.SerializerProvider arg2)
throws IOException
serialize in class com.fasterxml.jackson.databind.JsonSerializer<org.joda.time.DateTime>IOExceptionCopyright © 2017. All Rights Reserved.