Class ObjectValueSerializer<T>

java.lang.Object
tools.jackson.databind.ValueSerializer<T>
org.springframework.boot.jackson.ObjectValueSerializer<T>
Type Parameters:
T - the supported object type
All Implemented Interfaces:
JsonFormatVisitable

public abstract class ObjectValueSerializer<T> extends ValueSerializer<T>
Helper base class for ValueSerializer implementations that serialize objects.
Since:
4.0.0
Author:
Phillip Webb
See Also:
  • Constructor Details

    • ObjectValueSerializer

      public ObjectValueSerializer()
  • Method Details