[Mono-bugs] [Bug 45918][Wis] New - Hashtable created by Hashtable.Synchronized is not serializable

bugzilla-daemon@rocky.ximian.com bugzilla-daemon@rocky.ximian.com
Mon, 7 Jul 2003 06:09:47 -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 joergr@voelcker.com.

http://bugzilla.ximian.com/show_bug.cgi?id=45918

--- shadow/45918	Mon Jul  7 06:09:47 2003
+++ shadow/45918.tmp.27162	Mon Jul  7 06:09:47 2003
@@ -0,0 +1,27 @@
+Bug#: 45918
+Product: Mono/Class Libraries
+Version: unspecified
+OS: Debian Woody
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Wishlist
+Component: CORLIB
+AssignedTo: mono-bugs@ximian.com                            
+ReportedBy: JoergR@voelcker.com               
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: Hashtable created by Hashtable.Synchronized is not serializable
+
+Description of Problem:
+The protected class SynchedHashtable inside of Hashtable is not marked as
+Serializable. So synchronized Hashtables can't be serialized.
+
+How often does this happen? 
+Always
+
+
+Additional Information: