entrodace / google-gson

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

Add the ability to disable Json-array serialization of Maps when using complex key serialization #575

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
I want the ability to allow

Map<MyEnum, String> to serialize

and

Map<JsonObject, String> to throw an exception on serialization (since this will 
use the map-as-json-array format)

Original issue reported on code.google.com by isaac.q....@gmail.com on 28 Apr 2014 at 5:03