Niclas Hedhman a écrit :
> Paul,
> What is the difference between the two Map deserialization methods in
> ValueDeserializationAdapter?
>
> One is parsing using tokens, and the other seems to be using JsonNode. One
> is has keyDeserializer in the arguments and the other don't use that. I am
> very confused...
The whole deserialization supports both push and pull parsing and
dynamically switch from the former to the later when in eager need for
_type. Both parsing modes use the same Map format.

Reply via email to