discomarathon / google-gson

Automatically exported from code.google.com/p/google-gson
0 stars 0 forks source link

Support Readers and Writers for Gson #21

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
To support streaming input/output it should be possible to invoke toJson
with a writer, and fromJson with a Reader. 

Original issue reported on code.google.com by inder123 on 8 Jul 2008 at 5:46

GoogleCodeExporter commented 9 years ago

Original comment by inder123 on 8 Jul 2008 at 5:46

GoogleCodeExporter commented 9 years ago

Original comment by joel.leitch@gmail.com on 19 Jul 2008 at 8:45

GoogleCodeExporter commented 9 years ago
Fixed in r143 
We still need to write tests for this feature though.

Original comment by inder123 on 12 Aug 2008 at 12:47