Interface ExplicitDescription

  • All Known Implementing Classes:
    ArrayEncoder, CollectionEncoder, MapEncoder, MixinDescription, MixinWriter

    public interface ExplicitDescription
    Marker for converters. When collections are encoding elements, interfaces and abstract classes would check each element for its actual signature and use that instead. To prevent lookup on each elements and use explicitly provided converter, use descriptions which have this marker even when dealing with unknown types.