rithyskun / google-gson

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

Expose StringPool #520

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
It would be nice if StringPool can be exposed outside of JsonReader so it can 
be injected. It will be useful in the case that you have to parse a lot of 
different JSON documents that have the same structure/schema and there is there 
is a need to reduce memory consumption.

Original issue reported on code.google.com by nat.lu...@gmail.com on 11 Jun 2013 at 4:42