com.fasterxml.jackson.databind.ser.std

Class StdKeySerializers.DateKeySerializer

    • Constructor Detail

      • StdKeySerializers.DateKeySerializer

        public StdKeySerializers.DateKeySerializer()
    • Method Detail

      • serialize

        public void serialize(Date value,
                     com.fasterxml.jackson.core.JsonGenerator jgen,
                     SerializerProvider provider)
                       throws IOException,
                              com.fasterxml.jackson.core.JsonGenerationException
        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<Date>
        Parameters:
        value - Value to serialize; can not be null.
        jgen - 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
        com.fasterxml.jackson.core.JsonGenerationException

Copyright © 2012-2013 FasterXML. All Rights Reserved.