Hi all, 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. 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?
Thanks, Ozcan. -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

