зеркало из https://github.com/mono/mail-archives.git
111 строки
4.1 KiB
HTML
111 строки
4.1 KiB
HTML
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
|
||
|
<HTML>
|
||
|
<HEAD>
|
||
|
<TITLE> [Mono-bugs] [Bug 60229][Nor] New - MS corlib serializable types cannot be deserialized on Mono
|
||
|
</TITLE>
|
||
|
<LINK REL="Index" HREF="index.html" >
|
||
|
<LINK REL="made" HREF="mailto:bugzilla-daemon%40bugzilla.ximian.com">
|
||
|
<META NAME="robots" CONTENT="index,nofollow">
|
||
|
|
||
|
<LINK REL="Previous" HREF="017408.html">
|
||
|
<LINK REL="Next" HREF="017410.html">
|
||
|
</HEAD>
|
||
|
<BODY BGCOLOR="#ffffff">
|
||
|
<H1>[Mono-bugs] [Bug 60229][Nor] New - MS corlib serializable types cannot be deserialized on Mono
|
||
|
</H1>
|
||
|
<B>bugzilla-daemon@bugzilla.ximian.com
|
||
|
</B>
|
||
|
<A HREF="mailto:bugzilla-daemon%40bugzilla.ximian.com"
|
||
|
TITLE="[Mono-bugs] [Bug 60229][Nor] New - MS corlib serializable types cannot be deserialized on Mono">bugzilla-daemon@bugzilla.ximian.com
|
||
|
</A><BR>
|
||
|
<I>Tue, 15 Jun 2004 16:30:58 -0400 (EDT)</I>
|
||
|
<P><UL>
|
||
|
<LI> Previous message: <A HREF="017408.html">[Mono-bugs] [Bug 60228][Nor] New - SynchronizationAttribute cannot be serialized
|
||
|
</A></li>
|
||
|
<LI> Next message: <A HREF="017410.html">[Mono-bugs] [Bug 60229][Nor] Changed - MS corlib serializable types cannot be deserialized on Mono
|
||
|
</A></li>
|
||
|
<LI> <B>Messages sorted by:</B>
|
||
|
<a href="date.html#17409">[ date ]</a>
|
||
|
<a href="thread.html#17409">[ thread ]</a>
|
||
|
<a href="subject.html#17409">[ subject ]</a>
|
||
|
<a href="author.html#17409">[ author ]</a>
|
||
|
</LI>
|
||
|
</UL>
|
||
|
<HR>
|
||
|
<!--beginarticle-->
|
||
|
<PRE>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 <A HREF="mailto:gert.driesen@pandora.be.">gert.driesen@pandora.be.</A>
|
||
|
|
||
|
<A HREF="http://bugzilla.ximian.com/show_bug.cgi?id=60229">http://bugzilla.ximian.com/show_bug.cgi?id=60229</A>
|
||
|
|
||
|
--- shadow/60229 2004-06-15 16:30:58.000000000 -0400
|
||
|
+++ shadow/60229.tmp.26738 2004-06-15 16:30:58.000000000 -0400
|
||
|
@@ -0,0 +1,47 @@
|
||
|
+Bug#: 60229
|
||
|
+Product: Mono: Class Libraries
|
||
|
+Version: unspecified
|
||
|
+OS:
|
||
|
+OS Details:
|
||
|
+Status: NEW
|
||
|
+Resolution:
|
||
|
+Severity:
|
||
|
+Priority: Normal
|
||
|
+Component: CORLIB
|
||
|
+AssignedTo: <A HREF="mailto:mono-bugs@ximian.com">mono-bugs@ximian.com</A>
|
||
|
+ReportedBy: <A HREF="mailto:gert.driesen@pandora.be">gert.driesen@pandora.be</A>
|
||
|
+QAContact: <A HREF="mailto:mono-bugs@ximian.com">mono-bugs@ximian.com</A>
|
||
|
+TargetMilestone: ---
|
||
|
+URL:
|
||
|
+Cc:
|
||
|
+Summary: MS corlib serializable types cannot be deserialized on Mono
|
||
|
+
|
||
|
+The following types in the MS corlib cannot be deserialized on Mono :
|
||
|
+
|
||
|
+System.AppDomainSetup
|
||
|
+System.Text.StringBuilder
|
||
|
+System.Text.ASCIIEncoding
|
||
|
+System.Text.UnicodeEncoding
|
||
|
+System.Text.UTF7Encoding
|
||
|
+System.Text.UTF8Encoding
|
||
|
+System.Collections.CaseInsensitiveComparer
|
||
|
+System.Collections.CaseInsensitiveHashCodeProvider
|
||
|
+System.Collections.SortedList
|
||
|
+System.Collections.Stack
|
||
|
+System.Diagnostics.StackFrame
|
||
|
+System.Diagnostics.StackTrace
|
||
|
+System.Reflection.AssemblyName
|
||
|
+System.Runtime.Serialization.ObjectIDGenerator
|
||
|
+System.Globalization.DateTimeFormatInfo
|
||
|
+System.Globalization.GregorianCalendar
|
||
|
+System.Globalization.HebrewCalendar
|
||
|
+System.Globalization.HijriCalendar
|
||
|
+System.Globalization.JapaneseCalendar
|
||
|
+System.Globalization.JulianCalendar
|
||
|
+System.Globalization.KoreanCalendar
|
||
|
+System.Globalization.TaiwanCalendar
|
||
|
+System.Globalization.ThaiBuddhistCalendar
|
||
|
+System.Security.Policy.Evidence
|
||
|
+System.IO.MemoryStream
|
||
|
+System.IO.StringWriter
|
||
|
+System.Runtime.Remoting.Channels.TransportHeaders
|
||
|
|
||
|
</PRE>
|
||
|
<!--endarticle-->
|
||
|
<HR>
|
||
|
<P><UL>
|
||
|
<!--threads-->
|
||
|
<LI> Previous message: <A HREF="017408.html">[Mono-bugs] [Bug 60228][Nor] New - SynchronizationAttribute cannot be serialized
|
||
|
</A></li>
|
||
|
<LI> Next message: <A HREF="017410.html">[Mono-bugs] [Bug 60229][Nor] Changed - MS corlib serializable types cannot be deserialized on Mono
|
||
|
</A></li>
|
||
|
<LI> <B>Messages sorted by:</B>
|
||
|
<a href="date.html#17409">[ date ]</a>
|
||
|
<a href="thread.html#17409">[ thread ]</a>
|
||
|
<a href="subject.html#17409">[ subject ]</a>
|
||
|
<a href="author.html#17409">[ author ]</a>
|
||
|
</LI>
|
||
|
</UL>
|
||
|
</body></html>
|