Class ZonedDateTimeKeySerializer

    • Method Detail

      • serialize

        public void serialize​(java.time.ZonedDateTime value,
                              JsonGenerator gen,
                              SerializerProvider serializers)
                       throws java.io.IOException,
                              JsonProcessingException
        Description copied from class: JsonSerializer
        Method that can be called to ask implementation to serialize values of type this serializer handles.
        Specified by:
        serialize in class JsonSerializer<java.time.ZonedDateTime>
        Parameters:
        value - Value to serialize; can not be null.
        gen - Generator used to output resulting Json content
        serializers - Provider that can be used to get serializers for serializing Objects value contains, if any.
        Throws:
        java.io.IOException
        JsonProcessingException