Class CalendarSerializer

    • Constructor Detail

      • CalendarSerializer

        public CalendarSerializer()
      • CalendarSerializer

        public CalendarSerializer​(java.lang.Boolean useTimestamp,
                                  java.text.DateFormat customFormat)
    • Method Detail

      • serialize

        public void serialize​(java.util.Calendar value,
                              JsonGenerator g,
                              SerializerProvider provider)
                       throws java.io.IOException
        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 DateTimeSerializerBase<java.util.Calendar>
        Parameters:
        value - Value to serialize; can not be null.
        g - Generator used to output resulting Json content
        provider - Provider that can be used to get serializers for serializing Objects value contains, if any.
        Throws:
        java.io.IOException