- All Implemented Interfaces:
JsonFormatVisitable
- Enclosing class:
- ValueSerializer<T>
This marker class is only to be used with annotations, to
indicate that no serializer is configured.
Specifically, this class is to be used as the marker for
annotation JsonSerialize
.
-
Nested Class Summary
Nested classes/interfaces inherited from class tools.jackson.databind.ValueSerializer
ValueSerializer.None
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class tools.jackson.databind.ValueSerializer
acceptJsonFormatVisitor, createContextual, getDelegatee, handledType, isEmpty, isUnwrappingSerializer, properties, replaceDelegatee, resolve, serialize, serializeWithType, unwrappingSerializer, usesObjectId, withFilterId, withFormatOverrides, withIgnoredProperties
-
Constructor Details
-
None
public None()
-