com.fasterxml.jackson.databind.ser.std

Class StdKeySerializers.Default

    • Field Detail

      • _typeId

        protected final int _typeId
    • Constructor Detail

      • Default

        public Default(int typeId,
                       Class<?> type)
    • Method Detail

      • serialize

        public void serialize(Object value,
                              JsonGenerator g,
                              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<Object>
        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–2021 FasterXML. All rights reserved.