discomarathon / google-gson

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

Serializing a null value in a Map throws a NPE #77

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
If a Map contains a "null" as one of its entry values, the default Map
serialization throws an NPE.

Original issue reported on code.google.com by joel.leitch@gmail.com on 29 Nov 2008 at 1:03

GoogleCodeExporter commented 9 years ago
Fix submitted in r320.

See the unit tests that were added into the MapTests class for informaiton on 
how
nulls function within a map.

Original comment by joel.leitch@gmail.com on 30 Nov 2008 at 11:03