Saving a bitmap in a local shared object

Is it possible to save a bitmap in a local shared object?

If not I was thinking I would have to convert it into an array of pixel values and save that array. Does anyone do this with local shared objects to save data in their games? Any tips or suggestions?