All Implemented Interfaces:
Serializable
Direct Known Subclasses:
AsExternalTypeDeserializer, AsPropertyTypeDeserializer

public class AsArrayTypeDeserializer extends TypeDeserializerBase implements Serializable
Type deserializer used with JsonTypeInfo.As.WRAPPER_ARRAY inclusion mechanism. Simple since JSON structure used is always the same, regardless of structure used for actual value: wrapping is done using a 2-element JSON Array where type id is the first element, and actual object data as second element.
See Also: