Package com.commercetools.api.json
Class AttributeSerializer
- 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(Attribute value, tools.jackson.core.JsonGenerator gen, SerializationContext provider) Methods inherited from class tools.jackson.databind.ValueSerializer
acceptJsonFormatVisitor, createContextual, getDelegatee, handledType, isEmpty, isUnwrappingSerializer, properties, replaceDelegatee, resolve, serializeWithType, unwrappingSerializer, usesObjectId, withFilterId, withFormatOverrides, withIgnoredProperties
-
Constructor Details
-
AttributeSerializer
public AttributeSerializer()
-
-
Method Details
-
serialize
public void serialize(Attribute value, tools.jackson.core.JsonGenerator gen, SerializationContext provider) - Specified by:
serializein classValueSerializer<Attribute>
-