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
When using BigInt to handle long types, it will be mapped to C #'s BigInteger structure. If BigInteger is directly serialized, it will become this structure。
When using BigInt to handle long types, it will be mapped to C #'s BigInteger structure. If BigInteger is directly serialized, it will become this structure。
Need to add a BigIntegerJsonConverter
The text was updated successfully, but these errors were encountered: