[android-developers] Re: Transmit serialized object via HTTP in Android

2010-02-22 Thread Anthoni
I too have bookmarked it, because would prefer to use json over xml as it's more compact. Looking forward to when it can be used in production (although I am still learning all this). Not overly confident with json, but that is the idea of a serializer ;) -- You received this message because you

Re: [android-developers] Re: Transmit serialized object via HTTP in Android

2010-02-22 Thread Sean Hodges
I do like that JSON marshaller, bookmarked it in case I can make use of it some time... On Mon, Feb 22, 2010 at 2:31 PM, ko5tik wrote: > XStream is really good,  but little heavyweight for use in android > app.   And XML is pretty verbose.  On the other side, JSON support is > native > in androi

[android-developers] Re: Transmit serialized object via HTTP in Android

2010-02-22 Thread ko5tik
XStream is really good, but little heavyweight for use in android app. And XML is pretty verbose. On the other side, JSON support is native in android, and well understood by various framweworks on the server side I started small JSON marshaller on github, which can marshall object trees to st