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
I saw that BigInteger is serialized as long and BigDecimal as double. But they can easily overflow long and double (that's why they exist ;)). Wouldn't it be better to serialize both as String?