amenijemai / google-gson

Automatically exported from code.google.com/p/google-gson
0 stars 0 forks source link

Publish a warning if a long is serialized as an int #505

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
JSON doesn't have a native long so if a user hasn't configured 
LongSerializationPolicy explicitly and is serializing/deserializing longs, we 
should print a warning.

Original issue reported on code.google.com by inder123 on 4 Mar 2013 at 9:07