com.fasterxml.jackson.databind.ser.std

Class NumberSerializers.LongSerializer

    • Constructor Detail

      • NumberSerializers.LongSerializer

        public NumberSerializers.LongSerializer()
    • Method Detail

      • serialize

        public void serialize(Long value,
                     JsonGenerator jgen,
                     SerializerProvider provider)
                       throws 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 StdSerializer<Long>
        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

Copyright © 2014-2015 FasterXML. All Rights Reserved.