DotNetBungieAPI icon indicating copy to clipboard operation
DotNetBungieAPI copied to clipboard

JSON serialization - MembershipId loss of precision

Open samuel-chp opened this issue 1 year ago • 1 comments

When serializing a PGCR, the different IDs (MembershipId, CharacterId, etc.) are rounded to 15 digits which is the default ToString method precision. Is there a setting to set in the IBungieNetJsonSerializer to prevent this?

samuel-chp avatar Apr 01 '23 10:04 samuel-chp