getty icon indicating copy to clipboard operation
getty copied to clipboard

add `deserializeAny` to the `Deserializer` interface

Open ibokuri opened this issue 3 years ago • 0 comments

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.

ibokuri avatar Feb 05 '22 17:02 ibokuri