All Implemented Interfaces:
JsonFormatVisitable, SchemaAware, ContextualSerializer, Serializable
Enclosing class:
NumberSerializers

public static class NumberSerializers.FloatSerializer extends NumberSerializers.Base<Object>
See Also:
  • Constructor Details

    • FloatSerializer

      public FloatSerializer()
  • Method Details

    • serialize

      public void serialize(Object value, JsonGenerator gen, 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.
      gen - 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