Yeah I'm not sure how the performance of serialization is on the Dalvik VM. If you are just using serialization during startup/shutdown speed shouldn't matter too much. But if you are loading/unloading objects a lot during the runtime of the application, it might be a bit sluggish.
On Tue, Oct 7, 2008 at 5:17 PM, hackbod <[EMAIL PROTECTED]> wrote: > > It does support it, but I would generally recommend against it because > Java serialization is slooooow. > > It's hard to address the original question because there are basically > no details. > > On Oct 7, 2:34 pm, "Josh Roesslein" <[EMAIL PROTECTED]> wrote: > > I believe Android's Java VM fully supports Java Serialization. > > Trying Googling for "java serialization" and you should find plenty of > > tutorials > > to get you started. > > > > On Tue, Oct 7, 2008 at 9:57 AM, Nemat <[EMAIL PROTECTED]> wrote: > > > > > Hi, > > > > > Can anyone tell me about object serialization in Android?? > > > > > Thanks in Advance > > > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

