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 [EMAIL PROTECTED] http://bugzilla.ximian.com/show_bug.cgi?id=76300 --- shadow/76300 2005-09-30 16:17:10.000000000 -0400 +++ shadow/76300.tmp.1164 2005-09-30 16:17:10.000000000 -0400 @@ -0,0 +1,35 @@ +Bug#: 76300 +Product: Mono: Class Libraries +Version: 1.1 +OS: GNU/Linux [Other] +OS Details: +Status: NEW +Resolution: +Severity: +Priority: Wishlist +Component: System +AssignedTo: [EMAIL PROTECTED] +ReportedBy: [EMAIL PROTECTED] +QAContact: [EMAIL PROTECTED] +TargetMilestone: --- +URL: +Cc: +Summary: Hashtable.Keys is not serializable + +Description of Problem: +Cannot serialize Hashtable.Keys + +Steps to reproduce the problem: +1. Try to put a Hashtable's Keys collection into viewstate, or use a binary +formatter to serialize it. + +Actual Results: +Exception is thrown: "HashKeys is not marked as ISerializable" + +Expected Results: +keys collection is serialized + +How often does this happen? +Every time + +Additional Information: _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
