You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since JsonParser.readAsValue(Class) and readAsValue(TypeReference) delegate to ObjectCodec.readValue(JsonParser, Class/TypeReference) this should be not a problem to implement. This would solve issues with runtime type erasure like this one described at stackoverflow.com.
I wanted to get started on this feature, but can't because of #1965 .
The text was updated successfully, but these errors were encountered:
Since
JsonParser.readAsValue(Class)
andreadAsValue(TypeReference)
delegate toObjectCodec.readValue(JsonParser, Class/TypeReference)
this should be not a problem to implement. This would solve issues with runtime type erasure like this one described at stackoverflow.com.I wanted to get started on this feature, but can't because of #1965 .
The text was updated successfully, but these errors were encountered: