[Mono-bugs] [Bug 50484][Maj] New - SortedList cannot be serialized via remoting
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Mon, 3 Nov 2003 06:07: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 chris.storah@e-mis.com.
http://bugzilla.ximian.com/show_bug.cgi?id=50484
--- shadow/50484 2003-11-03 06:07:30.000000000 -0500
+++ shadow/50484.tmp.7980 2003-11-03 06:07:30.000000000 -0500
@@ -0,0 +1,51 @@
+Bug#: 50484
+Product: Mono/Class Libraries
+Version: unspecified
+OS: Debian Woody
+OS Details: 2.2.20 kernel, mono 0.26
+Status: NEW
+Resolution:
+Severity:
+Priority: Major
+Component: CORLIB
+AssignedTo: mono-bugs@ximian.com
+ReportedBy: chris.storah@e-mis.com
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL:
+Cc:
+Summary: SortedList cannot be serialized via remoting
+
+Please fill in this template when reporting a bug, unless you know what
+you are doing.
+Description of Problem:
+
+Error: Type System.Collections.SortedList+Slot is not marked as
+Serializable and does not implement ISerializable.
+
+Steps to reproduce the problem:
+1. Create a remoting server that contains a remote SingleCall object with
+a SortedList public member.
+
+2. Access this object via a remoting client.
+
+3. The crash occurs when the object is serialized (constructs okay on the
+server, then fails to transfer)
+
+Actual Results:
+
+See error above.
+
+Expected Results:
+
+No error and object is serialized successfully
+
+
+How often does this happen?
+
+Always
+
+
+Additional Information:
+
+internal Slot object needs to be serializable?.