lyfeyaj / jaql

Automatically exported from code.google.com/p/jaql

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Unify serialization and stream adapters

GoogleCodeExporter opened this issue · comments

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