Class MapDeserializer

All Implemented Interfaces:
ResolvableDeserializer
Direct Known Subclasses:
MapDeserializer

public class MapDeserializer extends ContainerDeserializerBase<Map<Object,Object>> implements ResolvableDeserializer
Basic serializer that can take Json "Object" structure and construct a Map instance, with typed contents.

Note: for untyped content (one indicated by passing Object.class as the type), UntypedObjectDeserializer is used instead. It can also construct Maps, but not with specific POJO types, only other containers and primitives/wrappers.