Thursday, March 29, 2012

[android-developers] How to serialize a Class that includes a Bitmap?

Hi

I have a simple class that implements Serializable, because i'm serializating the class storing it on the sdcard into a file.

The class haves a Bitmap inside, and the bitmap is not bening Serialized.... because when i recover the class from the sdcard binary file the bitmap is NULL

How can solve this? i can't find info on google.

Thanks

--
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+unsubscribe@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

No comments:

Post a Comment