[Mono-bugs] [Bug 68567][Maj] Changed - Serialization fails for MarshalByRefObjects
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Tue, 19 Oct 2004 19:52:52 -0400 (EDT)
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=68567
--- shadow/68567 2004-10-19 19:27:44.000000000 -0400
+++ shadow/68567.tmp.22832 2004-10-19 19:52:52.000000000 -0400
@@ -1,14 +1,14 @@
Bug#: 68567
Product: Mono: Class Libraries
Version: unspecified
-OS:
+OS: unknown
OS Details: 2.6.8-gentoo-r10 (no nptl)
-Status: NEW
-Resolution:
-Severity:
+Status: RESOLVED
+Resolution: FIXED
+Severity: Unknown
Priority: Major
Component: CORLIB
AssignedTo: mono-bugs@ximian.com
ReportedBy: rbo@acm.org
QAContact: mono-bugs@ximian.com
TargetMilestone: ---
@@ -46,6 +46,11 @@
MemoryStream stream = new MemoryStream();
f.Serialize(stream, obj);
stream.Position = 0;
return f.Deserialize(stream);
}
}
+
+------- Additional Comments From lluis@ximian.com 2004-10-19 19:52 -------
+Fixed in CVS HEAD and 1.0 branch.
+(BTW, you don't need to use nunit for the test case, in fact it is
+more practical to use a simple console application).