Closed GoogleCodeExporter closed 9 years ago
This is a sad consequence of our decision to be backwards-compatible with Gson
1.5 which had the same behavior.
Work around this by using a TypeAdapter to do your serialization:
gson.getAdapter(String.class).fromJson(string)
Original comment by limpbizkit
on 2 Sep 2012 at 9:38
Original issue reported on code.google.com by
trejkaz
on 2 Jul 2012 at 1:49