Class CJ1DottedNameSerializer
java.lang.Object
tools.jackson.databind.ValueSerializer<com.io7m.lanark.core.RDottedName>
com.io7m.cardant.protocol.inventory.json.internal.CJ1DottedNameSerializer
- All Implemented Interfaces:
tools.jackson.databind.jsonFormatVisitors.JsonFormatVisitable
public final class CJ1DottedNameSerializer
extends tools.jackson.databind.ValueSerializer<com.io7m.lanark.core.RDottedName>
-
Nested Class Summary
Nested classes/interfaces inherited from class tools.jackson.databind.ValueSerializer
tools.jackson.databind.ValueSerializer.None -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class tools.jackson.databind.ValueSerializer
acceptJsonFormatVisitor, createContextual, getDelegatee, isEmpty, isUnwrappingSerializer, properties, replaceDelegatee, resolve, serializeWithType, unwrappingSerializer, usesObjectId, withFilterId, withFormatOverrides, withIgnoredProperties
-
Constructor Details
-
CJ1DottedNameSerializer
public CJ1DottedNameSerializer()
-
-
Method Details
-
handledType
- Overrides:
handledTypein classtools.jackson.databind.ValueSerializer<com.io7m.lanark.core.RDottedName>
-
serialize
public void serialize(com.io7m.lanark.core.RDottedName value, tools.jackson.core.JsonGenerator gen, tools.jackson.databind.SerializationContext serializers) - Specified by:
serializein classtools.jackson.databind.ValueSerializer<com.io7m.lanark.core.RDottedName>
-