Class AsArrayTypeDeserializer

Direct Known Subclasses:
AsExternalTypeDeserializer, AsPropertyTypeDeserializer

public class AsArrayTypeDeserializer extends TypeDeserializerBase
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.
Author:
tatus