On Aug 29, 2011, at 9:58 PM, Francois Stephany wrote:
> 
> On 29/08/11 21:27, Larry White wrote:
>> Hi,
>> 
>> I'm hoping to use CouchDB for storage on a seaside application. It would
>> be lovely if I didn't have to serialize/de-serialize by hand to json for
>> all my persistent objects, and could use instead something like a
>> smalltalk version of Google's Gson library.  Is there anything like that?
>> 
>> I've tried the JSON library bundled with SCouchDB and it seems to
>> automatically handle simple objects (eg, where the inst vars reference
>> Strings or Numbers), but not handle more complex objects. Also, I
>> haven't seen anything that de-serializes from json.

Does it need to be JSON?

There is a new binary serializer:

        http://rmod.lille.inria.fr/web/pier/software/Fuel


        Marcus


--
Marcus Denker -- http://marcusdenker.de


Reply via email to