public class ZonedDateTimeKeySerializer
extends com.fasterxml.jackson.databind.JsonSerializer<java.time.ZonedDateTime>
| Modifier and Type | Field and Description |
|---|---|
static ZonedDateTimeKeySerializer |
INSTANCE |
| Modifier and Type | Method and Description |
|---|---|
void |
serialize(java.time.ZonedDateTime value,
com.fasterxml.jackson.core.JsonGenerator gen,
com.fasterxml.jackson.databind.SerializerProvider serializers) |
public static final ZonedDateTimeKeySerializer INSTANCE
public void serialize(java.time.ZonedDateTime value,
com.fasterxml.jackson.core.JsonGenerator gen,
com.fasterxml.jackson.databind.SerializerProvider serializers)
throws IOException,
com.fasterxml.jackson.core.JsonProcessingException
serialize in class com.fasterxml.jackson.databind.JsonSerializer<java.time.ZonedDateTime>IOExceptioncom.fasterxml.jackson.core.JsonProcessingExceptionCopyright © 2016 FasterXML. All rights reserved.