Closed GoogleCodeExporter closed 9 years ago
Problem solved, my fault, sorry.
There is an option called ComplexMapKeySerialization.
It can be enabled using GsonBuilder.
GsonBuilder builder = new GsonBuilder();
builder.enableComplexMapKeySerialization();
builder.create();
Original comment by i7gab...@googlemail.com
on 16 Nov 2012 at 4:35
Original comment by limpbizkit
on 4 Feb 2013 at 3:33
Original issue reported on code.google.com by
i7gab...@googlemail.com
on 9 Oct 2012 at 3:57Attachments: