[Mono-bugs] [Bug 613816] New: Comparer.cs, RBTree.cs and SortedDictionary.cs have missing [Serializable] tags
bugzilla_noreply at novell.com
bugzilla_noreply at novell.com
Sat Jun 12 08:19:52 EDT 2010
http://bugzilla.novell.com/show_bug.cgi?id=613816
http://bugzilla.novell.com/show_bug.cgi?id=613816#c0
Summary: Comparer.cs, RBTree.cs and SortedDictionary.cs have
missing [Serializable] tags
Classification: Mono
Product: Mono: Class Libraries
Version: 2.6.x
Platform: PC
OS/Version: Linux
Status: NEW
Severity: Critical
Priority: P5 - None
Component: CORLIB
AssignedTo: mono-bugs at lists.ximian.com
ReportedBy: andreas.oetken at informatik.uni-erlangen.de
QAContact: mono-bugs at lists.ximian.com
Found By: ---
Blocker: ---
User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US) AppleWebKit/533.2
(KHTML, like Gecko) Chrome/5.0.342.9 Safari/533.2
Serialisation of Objects derived from one of the above files fails (classes
DefaultComparer, RBTree, RBTree.Node, RBTree.INodeHelper).
Affected files:
mcs/class/corlib/System.Collections.Generic/Comparer.cs
mcs/class/System/System.Collections.Generic/RBTree.cs
mcs/class/System/System.Collections.Generic/SortedDictionary.cs
A patch for mono version 2.4.4 which fixes this issue is attached.
For Version 2.6 the patch is nearly identical.
Only a few [Serializable] tags have to be added.
Reproducible: Always
--
Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.
More information about the mono-bugs
mailing list