On Wed, Aug 10, 2011 at 9:19 AM, ilikhan <ozcanilik...@gmail.com> wrote:
> I need to serialize an object in android and send it to java
> application on a remote server. Since Android does not support XML
> serialization the only solution I know is JSON.

You can generate XML on Android. There's a helper class for it, though
I forget where it is off the top of my head.

> However, JSON is good
> when we want to use a web-page on server side but I want to use java
> application on the server side rather than a web page. Do you have any
> suggestions?

Use JSON. There are lots of JSON parsers for Java.

-- 
Mark Murphy (a Commons Guy)
http://commonsware.com | http://github.com/commonsguy
http://commonsware.com/blog | http://twitter.com/commonsguy

_The Busy Coder's Guide to Android Development_ Version 3.6 Available!

-- 
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