Hi Quick(for you) and dirty way :
Encode your serialized object in base64 and save it in a text field of your database... Chris On Oct 13, 8:33 pm, aclelland <[EMAIL PROTECTED]> wrote: > Hello, > > I've been asked to save a Serialized Object to the sqllite database so > it can be loaded next time the application launches. AFAIK I will need > to save it as a blob in the database but I've only used Strings and > int before :/ > > Could anyone give me a pointer on the best way to save the object. (my > research showed that serialization is slow but some people cannot be > convinced and are still wanting it done :/ ) --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

