I want to XML-Serialize a complex type (class), that has a property of type System.Drawing.Bitmap among others.
/// <
The BitMap class has not been designed to be easily XML Serialized. So, no, there's not simple way to correct a design decision.