tl24 / jsonexserializer

Automatically exported from code.google.com/p/jsonexserializer
1 stars 1 forks source link

Allow Json Reader/Writer style serialization/deserialization #70

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Allow the usage of a JsonReader/JsonWriter style serialization/deserialization 
for those who want ultimate control or performance.  The existing expression 
handlers should make use of this as well.

This will give people similar options that they have with xml as in SAX vs. DOM 
style parsing.

Original issue reported on code.google.com by elliott....@gmail.com on 24 Jan 2013 at 8:36