Class SubtypeSerializer.DefaultSubtypeSerializer<T>

java.lang.Object
org.dominokit.jacksonapt.ser.bean.HasSerializer<T,​S>
org.dominokit.jacksonapt.ser.bean.SubtypeSerializer<T,​JsonSerializer<T>>
org.dominokit.jacksonapt.ser.bean.SubtypeSerializer.DefaultSubtypeSerializer<T>
Enclosing class:
SubtypeSerializer<T,​S extends JsonSerializer<T>>

public abstract static class SubtypeSerializer.DefaultSubtypeSerializer<T>
extends SubtypeSerializer<T,​JsonSerializer<T>>
Delegate the serialization of a subtype to a corresponding JsonSerializer
Author:
Nicolas Morel.