Class ValueSerializer.None
- 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 ValueSerializer
ValueSerializer.None -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class ValueSerializer
acceptJsonFormatVisitor, createContextual, getDelegatee, handledType, isEmpty, isUnwrappingSerializer, properties, replaceDelegatee, resolve, serialize, serializeWithType, unwrappingSerializer, usesObjectId, withFilterId, withFormatOverrides, withIgnoredProperties
-
Constructor Details
-
None
public None()
-