getty
getty copied to clipboard
add `deserializeAny` to the `Deserializer` interface
If you want to deserialize into type T
from either a JSON map or a JSON list, you can't really do that right now since you have to specify deserializeMap
or deserializeSequence
in your deserialize
function.