I developed small JSON datamarshaller suitable for android (really
small,  only 2 classes ):

http://github.com/ko5tik/jsonserializer

it is capable to read / write complex object trees.
I use it on device to serialize my application data,   and to transfer
highscores back and forth to server
( here is my rest service returning JSON:
http://www.pribluda.de/lines-highscore/Highscore/pull?since=0 )


You will haveto compile it yourself tough (with maven),
but I intend to cut and deploy fresh release soon.

regards,

On 10 Mai, 17:26, Lamia Hannoun <lamia.hann...@gmail.com> wrote:
> Thanks for ur quick answer but can u give me more information(tutorial) or
> some example code !!!
> Thx
>
> 2010/5/10 Jose Gomez <j...@josecgomez.com>
>
>
>
> > If you can return JSON then you should be ok
>
> > THanks
> > Sincerely
> > Jose C Gomez
>
> >http://www.josecgomez.com
>
> >   On Mon, May 10, 2010 at 9:38 AM, Lamia Hannoun 
> > <lamia.hann...@gmail.com>wrote:
>
> >>   Hi to all!
>
> >> I made the connection between  my service WCF and my app android. But i'm
> >> wondering if u have ideas about using complex types (classes created on the
> >> server side). should i implement the serialization process? or should i 
> >> juts
> >> create the classes on my client side(android)
>
> >> Plz can u help me
>
> >> --
> >> You received this message because you are subscribed to the Google
> >> Groups "Android Developers" group.
> >> To post to this group, send email to android-developers@googlegroups.com
> >> To unsubscribe from this group, send email to
> >> android-developers+unsubscr...@googlegroups.com<android-developers%2bunsubscr...@googlegroups.com>
> >> For more options, visit this group at
> >>http://groups.google.com/group/android-developers?hl=en
>
> >   --
> > You received this message because you are subscribed to the Google
> > Groups "Android Developers" group.
> > To post to this group, send email to android-developers@googlegroups.com
> > To unsubscribe from this group, send email to
> > android-developers+unsubscr...@googlegroups.com<android-developers%2bunsubscr...@googlegroups.com>
> > For more options, visit this group at
> >http://groups.google.com/group/android-developers?hl=en
>
> --
> You received this message because you are subscribed to the Google
> Groups "Android Developers" group.
> To post to this group, send email to android-developers@googlegroups.com
> To unsubscribe from this group, send email to
> android-developers+unsubscr...@googlegroups.com
> For more options, visit this group 
> athttp://groups.google.com/group/android-developers?hl=en

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to