omkardash / jaql

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

Unify serialization and stream adapters #47

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Currently, StreamAdapters include a "formatter" that knows how to convert 
stream bytes to json. The formatter is currently a StreamToJson converter. 
We should change this so that we re-use the serialization framework-- it 
makes little sense to have to api's that basically handle the same task.

Original issue reported on code.google.com by vuk.erce...@gmail.com on 23 Sep 2009 at 12:53