Closed GoogleCodeExporter closed 9 years ago
I'm guessing you have both gson.jar AND gson-stream.jar on your class path;
that won't work.
The problem is that in Gson 2.1 we have a custom version of JsonReader that
adds some secret hooks to make MapTypeAdatperFactory faster; these hooks won't
work with gson-stream.jar's version of JsonReader.
Original comment by limpbizkit
on 11 Feb 2012 at 6:25
Yes, that was it.
Original comment by jeremyvillalobos
on 17 Apr 2012 at 11:18
Thanks a lot. Helped me too
Original comment by abiram...@gmail.com
on 19 Dec 2012 at 9:16
Thanks a lot. Helped me too
Original comment by abiram...@gmail.com
on 19 Dec 2012 at 9:16
Original issue reported on code.google.com by
jeremyvillalobos
on 10 Feb 2012 at 6:52