public final class DateTimeRfc1123Serializer extends com.fasterxml.jackson.databind.JsonSerializer<DateTimeRfc1123>
DateTimeRfc1123 object into RFC1123 formats.| Constructor and Description |
|---|
DateTimeRfc1123Serializer() |
| Modifier and Type | Method and Description |
|---|---|
static com.fasterxml.jackson.databind.module.SimpleModule |
getModule()
Gets a module wrapping this serializer as an adapter for the Jackson
ObjectMapper.
|
void |
serialize(DateTimeRfc1123 value,
com.fasterxml.jackson.core.JsonGenerator jgen,
com.fasterxml.jackson.databind.SerializerProvider provider) |
public static com.fasterxml.jackson.databind.module.SimpleModule getModule()
public void serialize(DateTimeRfc1123 value, com.fasterxml.jackson.core.JsonGenerator jgen, com.fasterxml.jackson.databind.SerializerProvider provider) throws IOException
serialize in class com.fasterxml.jackson.databind.JsonSerializer<DateTimeRfc1123>IOExceptionCopyright © 2019. All rights reserved.