I want to write a class that holds lots of info about buildings. It'll hold all the normal stuff like address (that one's kinda important) and date of construction etc. But I'd like to have a small thumbnail image of the building too.

If I use serialization to save this to a binary file, will the image be saved too? Or just the other data?

Thanks.

AW.