[Mono-bugs] [Bug 52568][Nor] New - S.D.Image/Bitmap have empty constructor for deserialization
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Fri, 2 Jan 2004 22:57:30 -0500 (EST)
Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.
Changed by pcgod@gmx.net.
http://bugzilla.ximian.com/show_bug.cgi?id=52568
--- shadow/52568 2004-01-02 22:57:30.000000000 -0500
+++ shadow/52568.tmp.4090 2004-01-02 22:57:30.000000000 -0500
@@ -0,0 +1,23 @@
+Bug#: 52568
+Product: Mono/Class Libraries
+Version: unspecified
+OS: All
+OS Details:
+Status: NEW
+Resolution:
+Severity: Unknown
+Priority: Normal
+Component: System.Drawing.
+AssignedTo: mono-bugs@ximian.com
+ReportedBy: pcgod@gmx.net
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL:
+Cc:
+Summary: S.D.Image/Bitmap have empty constructor for deserialization
+
+The constructors for deserialization in System.Drawing.Image and
+System.Drawing.Bitmap are empty.
+
+Attaching a patch which moves the InitFromStream function from Bitmap to
+Image and implement deserialization in both.