Class ZonedDateTimeKeySerializer
java.lang.Object
com.fasterxml.jackson.databind.JsonSerializer<org.threeten.bp.ZonedDateTime>
com.fasterxml.jackson.datatype.threetenbp.ser.key.ZonedDateTimeKeySerializer
- All Implemented Interfaces:
com.fasterxml.jackson.databind.jsonFormatVisitors.JsonFormatVisitable
public class ZonedDateTimeKeySerializer
extends com.fasterxml.jackson.databind.JsonSerializer<org.threeten.bp.ZonedDateTime>
-
Nested Class Summary
Nested classes/interfaces inherited from class com.fasterxml.jackson.databind.JsonSerializer
com.fasterxml.jackson.databind.JsonSerializer.None -
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionvoidserialize(org.threeten.bp.ZonedDateTime value, com.fasterxml.jackson.core.JsonGenerator gen, com.fasterxml.jackson.databind.SerializerProvider serializers) Methods inherited from class com.fasterxml.jackson.databind.JsonSerializer
acceptJsonFormatVisitor, getDelegatee, handledType, isEmpty, isEmpty, isUnwrappingSerializer, properties, replaceDelegatee, serializeWithType, unwrappingSerializer, usesObjectId, withFilterId, withIgnoredProperties
-
Field Details
-
INSTANCE
-
-
Method Details
-
serialize
public void serialize(org.threeten.bp.ZonedDateTime value, com.fasterxml.jackson.core.JsonGenerator gen, com.fasterxml.jackson.databind.SerializerProvider serializers) throws IOException, com.fasterxml.jackson.core.JsonProcessingException - Specified by:
serializein classcom.fasterxml.jackson.databind.JsonSerializer<org.threeten.bp.ZonedDateTime>- Throws:
IOExceptioncom.fasterxml.jackson.core.JsonProcessingException
-