public class ZonedDateTimeKeySerializer extends com.fasterxml.jackson.databind.JsonSerializer<ZonedDateTime>
| Modifier and Type | Field and Description |
|---|---|
static ZonedDateTimeKeySerializer |
INSTANCE |
| Modifier and Type | Method and Description |
|---|---|
void |
serialize(ZonedDateTime value,
com.fasterxml.jackson.core.JsonGenerator gen,
com.fasterxml.jackson.databind.SerializerProvider serializers) |
public static final ZonedDateTimeKeySerializer INSTANCE
public void serialize(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<ZonedDateTime>IOExceptioncom.fasterxml.jackson.core.JsonProcessingExceptionCopyright © 2023 FasterXML. All rights reserved.