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
Current implementation of getNumberType() is bit inefficient as it forces creation of BigInteger, checks, and it looks like IonReader actually has method to help with that (not sure when it was added but seems to be included in 1.4.0 of ion-java).