[Mono-bugs] [Bug 72658][Wis] Changed - System.Uri class doesn't serialize
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Wed, 16 Feb 2005 19:48:33 -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 lluis@ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=72658
--- shadow/72658 2005-02-16 17:42:22.000000000 -0500
+++ shadow/72658.tmp.18511 2005-02-16 19:48:33.000000000 -0500
@@ -1,14 +1,14 @@
Bug#: 72658
Product: Mono: Class Libraries
Version: 1.1
-OS:
+OS: unknown
OS Details: Gentoo Linux, Linux 2.6.11-rc4, NPTL
-Status: NEW
-Resolution:
-Severity:
+Status: RESOLVED
+Resolution: NOTABUG
+Severity: Unknown
Priority: Wishlist
Component: System
AssignedTo: mono-bugs@ximian.com
ReportedBy: dsd@gentoo.org
QAContact: mono-bugs@ximian.com
TargetMilestone: ---
@@ -83,6 +83,12 @@
default one gets called on deserialization. Should I file another bug for this?
------- Additional Comments From dsd@gentoo.org 2005-02-16 17:41 -------
Created an attachment (id=14233)
UriSerializationTest.cs
+
+------- Additional Comments From lluis@ximian.com 2005-02-16 19:48 -------
+The XML serializer can't serialize the URI class. MS.NET throws the
+same error. The serialization code you are talking about is not for
+xml serialization, but for serializers using the
+System.Runtime.Serialization serialization model.