Mark K wrote:
>    Since Android supports regular Java object serialization, you can
> just stream objects to and from Java app servers such as Tomcat etc,
> Using ObjectOutput/Input streams. See Tomcat docs and examples of how
> do do this. This is a first for a mobile platform!

Out of curiosity, have you tried this?

I wasn't sure if the Dalvik VM might use a different serialization 
structure than would "regular" Java, causing cross-environment 
compatibility problems.

If it works, though, great!

-- 
Mark Murphy (a Commons Guy)
http://commonsware.com
_The Busy Coder's Guide to Android Development_ Version 1.9 Published!

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