Class AsWrapperTypeDeserializer

  • All Implemented Interfaces:
    Serializable

    public class AsWrapperTypeDeserializer
    extends TypeDeserializerBase
    implements Serializable
    Type deserializer used with JsonTypeInfo.As.WRAPPER_OBJECT inclusion mechanism. Simple since JSON structure used is always the same, regardless of structure used for actual value: wrapping is done using a single-element JSON Object where type id is the key, and actual object data as the value.
    See Also:
    Serialized Form