Class AsPropertyTypeDeserializer

  • All Implemented Interfaces:
    Serializable

    public class AsPropertyTypeDeserializer
    extends AsArrayTypeDeserializer
    Type deserializer used with JsonTypeInfo.As.PROPERTY inclusion mechanism. Uses regular form (additional key/value entry before actual data) when typed object is expressed as JSON Object; otherwise behaves similar to how JsonTypeInfo.As.WRAPPER_ARRAY works. Latter is used if JSON representation is polymorphic
    See Also:
    Serialized Form