public class ZonedDateTimeSerializer extends com.fasterxml.jackson.databind.JsonSerializer<ZonedDateTime>
| Constructor and Description |
|---|
ZonedDateTimeSerializer() |
| Modifier and Type | Method and Description |
|---|---|
Class<ZonedDateTime> |
handledType() |
void |
serialize(ZonedDateTime value,
com.fasterxml.jackson.core.JsonGenerator jgen,
com.fasterxml.jackson.databind.SerializerProvider provider) |
public void serialize(ZonedDateTime value, com.fasterxml.jackson.core.JsonGenerator jgen, com.fasterxml.jackson.databind.SerializerProvider provider) throws IOException, com.fasterxml.jackson.core.JsonProcessingException
serialize in class com.fasterxml.jackson.databind.JsonSerializer<ZonedDateTime>IOExceptioncom.fasterxml.jackson.core.JsonProcessingExceptionpublic Class<ZonedDateTime> handledType()
handledType in class com.fasterxml.jackson.databind.JsonSerializer<ZonedDateTime>Copyright © 2015. All rights reserved.