Class 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 JsonSerializers using proper contextual calls, to add type information using mechanism type serializer was configured with.
    Since:
    1.5
    Author:
    tatus