DonaldDu / google-gson

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

Support stream access to long string literals #415

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Sometimes the strings in your JSON document are so darn long you want to access 
them with Reader/Writer rather than Strings.

http://groups.google.com/group/google-gson/browse_thread/thread/3d73c3084864fac4
/ac8bf9cb4223d457?show_docid=ac8bf9cb4223d457

Original issue reported on code.google.com by limpbizkit on 25 Feb 2012 at 4:03

GoogleCodeExporter commented 9 years ago
Is there a "proper" solution to this (or will there be)? Changing the gson 
sources is not really what I want... Even with inheritance I'll have to do some 
typecasting...

Original comment by decarli....@gmail.com on 17 Jun 2013 at 10:16