Class TypeSerializer

java.lang.Object
tools.jackson.databind.jsontype.TypeSerializer
Direct Known Subclasses:
TypeSerializerBase

public abstract class TypeSerializer extends Object
Interface for serializing type information regarding instances of specified base type (super class), so that exact subtype can be properly deserialized later on. These instances are to be called by regular ValueSerializers using proper contextual calls, to add type information using mechanism type serializer was configured with.
  • Constructor Details

    • TypeSerializer

      public TypeSerializer()
  • Method Details