Closed GoogleCodeExporter closed 9 years ago
If you wrap your InputStream in an InputStreamReader, you're good!
InputStream myInputStream = ...
Reader reader = new InputStreamReader(myInputStream);
gson.fromJson(reader, listType);
Original comment by limpbizkit
on 20 Aug 2010 at 5:50
Original issue reported on code.google.com by
david.jonathan.nelson
on 22 Jan 2010 at 8:16