Package com.commercetools.api.json
Class DoubleSerializer
java.lang.Object
tools.jackson.databind.ValueSerializer<T>
tools.jackson.databind.ser.std.StdSerializer<T>
tools.jackson.databind.ser.std.StdScalarSerializer<Double>
com.commercetools.api.json.DoubleSerializer
- All Implemented Interfaces:
JsonFormatVisitable
-
Nested Class Summary
Nested classes/interfaces inherited from class tools.jackson.databind.ValueSerializer
ValueSerializer.None -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidserialize(Double value, tools.jackson.core.JsonGenerator gen, SerializationContext arg2) Methods inherited from class tools.jackson.databind.ser.std.StdScalarSerializer
acceptJsonFormatVisitor, serializeWithTypeMethods inherited from class tools.jackson.databind.ser.std.StdSerializer
handledType, wrapAndThrow, wrapAndThrowMethods inherited from class tools.jackson.databind.ValueSerializer
createContextual, getDelegatee, isEmpty, isUnwrappingSerializer, properties, replaceDelegatee, resolve, unwrappingSerializer, usesObjectId, withFilterId, withFormatOverrides, withIgnoredProperties
-
Constructor Details
-
DoubleSerializer
public DoubleSerializer()
-
-
Method Details
-
serialize
public void serialize(Double value, tools.jackson.core.JsonGenerator gen, SerializationContext arg2) - Specified by:
serializein classStdSerializer<Double>
-