public static class ZonedDateTimeToJsonTimestamp.Serializer extends com.fasterxml.jackson.databind.JsonSerializer<ZonedDateTime>
| Modifier and Type | Field and Description |
|---|---|
static ZonedDateTimeToJsonTimestamp.Serializer |
INSTANCE |
| Constructor and Description |
|---|
Serializer() |
| Modifier and Type | Method and Description |
|---|---|
void |
serialize(ZonedDateTime value,
com.fasterxml.jackson.core.JsonGenerator jgen,
com.fasterxml.jackson.databind.SerializerProvider provider) |
public static final ZonedDateTimeToJsonTimestamp.Serializer INSTANCE
public void serialize(ZonedDateTime value, com.fasterxml.jackson.core.JsonGenerator jgen, com.fasterxml.jackson.databind.SerializerProvider provider) throws IOException
serialize in class com.fasterxml.jackson.databind.JsonSerializer<ZonedDateTime>IOExceptionCopyright © 2022. All rights reserved.