Serialize a Bitmap in C#/.NET to XML

后端 未结 4 1419
悲&欢浪女
悲&欢浪女 2020-11-27 06:12

I want to XML-Serialize a complex type (class), that has a property of type System.Drawing.Bitmap among others.

    /// <         


        
4条回答
  •  清酒与你
    2020-11-27 06:25

    The BitMap class has not been designed to be easily XML Serialized. So, no, there's not simple way to correct a design decision.

提交回复
热议问题