Closed GoogleCodeExporter closed 9 years ago
There is a workaround. What you can do is write your own custom JsonObject
deserializer, and its very simple. I've attached the source.
Its as simple as having a deserializer that returns a JsonObject with this as
the
method body for the method "deserialize":
return json.getAsJsonObject();
Original comment by paul.gib...@gmail.com
on 14 Apr 2010 at 8:11
Attachments:
The workaround should be sufficient.
Original comment by limpbizkit
on 3 Sep 2010 at 6:46
Original issue reported on code.google.com by
paul.gib...@gmail.com
on 14 Apr 2010 at 7:33