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>
-
-
Field Summary
Fields Modifier and Type Field Description static ZonedDateTimeKeySerializerINSTANCE
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidserialize(org.threeten.bp.ZonedDateTime value, com.fasterxml.jackson.core.JsonGenerator gen, com.fasterxml.jackson.databind.SerializerProvider serializers)
-
-
-
Field Detail
-
INSTANCE
public static final ZonedDateTimeKeySerializer INSTANCE
-
-
Method Detail
-
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
-
-