LitJSON / litjson

JSON library for the .Net framework
https://litjson.net/
Other
1.37k stars 404 forks source link

Serialization includes extra garbage in MonoAndroid10 build #71

Closed bluemonkmn closed 6 years ago

bluemonkmn commented 6 years ago

See https://stackoverflow.com/questions/48272476/extra-garbage-produced-by-litjson-serialization-with-aws-sdk-for-monoandroid10 for details. When I use litJson from AWSSDK.Core.3.3.19.1\lib\MonoAndroid10\AWSSDK.Core.dll the serialized output includes extra fields like "<Name>k__BackingField":"William Shakespeare". I don't understand why this only affects the MonoAndroid10 build -- it's not clear whether it's an AWSSDK build issue or a LitJSON build issue or if the different builds have different code, making it potentially a code issue.

bluemonkmn commented 6 years ago

This bug has also been reported at https://github.com/aws/aws-sdk-net/issues/837 which is probably the more appropriate place to report this since the problem cannot be reproduced in the stand-alone component.

devlead commented 6 years ago

Ok👍