All Implemented Interfaces:
JsonFormatVisitable, SchemaAware, Serializable
Direct Known Subclasses:
ToStringSerializer

public abstract class ToStringSerializerBase extends StdSerializer<Object>
Intermediate base class that serves as base for standard ToStringSerializer as well as for custom subtypes that want to add processing for converting from value to output into its String representation (whereas standard version simply calls value object's toString() method).
Since:
2.10
See Also: