com.fasterxml.jackson.databind.ser.std

Class StdKeySerializers.CalendarKeySerializer

    • Field Detail

      • instance

        protected static final JsonSerializer<?> instance
        Deprecated. 
    • Constructor Detail

      • StdKeySerializers.CalendarKeySerializer

        public StdKeySerializers.CalendarKeySerializer()
        Deprecated. 
    • Method Detail

      • serialize

        public void serialize(Calendar value,
                     JsonGenerator g,
                     SerializerProvider provider)
                       throws IOException
        Deprecated. 
        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 StdSerializer<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:
        IOException

Copyright © 2008–2018 FasterXML. All rights reserved.