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
With #1230 done, we can tackle one problem that may have been a regression: the fact that even when following JsonParser methods are used:
getDecimalValue()
getDoubleValue()
getFloatValue()
there will still be a String allocation even if that is not really needed for deferred decoding (like JsonParser.getNumberValueDeferred())
This may be a regression to address other problems with too-early binding of type.