Class AsDeductionTypeDeserializer

  • All Implemented Interfaces:
    java.io.Serializable

    public class AsDeductionTypeDeserializer
    extends AsPropertyTypeDeserializer
    A TypeDeserializer capable of deducing polymorphic types based on the fields available. Deduction is limited to the names of child fields (not their values or, consequently, any nested descendants). Exceptions will be thrown if not enough unique information is present to select a single subtype.
    See Also:
    Serialized Form