2010-06-03 Jb Evain <jbevain@novell.com>
[mono.git] / mcs / class / corlib / System.Runtime.Serialization / ChangeLog
index 2e99dd06cc4853303abfb8ead835271910630311..c06b16fdd5feb2fbcb6aceab3b18a5a6120fd914 100644 (file)
@@ -1,3 +1,31 @@
+2010-06-03  Jb Evain  <jbevain@novell.com>
+
+       * SafeSerializationEventArgs.cs: add new type in net_4_0.
+
+2010-06-03  Jb Evain  <jbevain@novell.com>
+
+       * ISafeSerializationData.cs: add new interface in net_4_0.
+
+2008-05-22  Miguel de Icaza  <miguel@novell.com>
+
+       * SerializationCallbacks.cs: This lock has a high contention rate
+       on ASP.NET web sites, with multiple cores we end up spending a lot
+       of time on this check.   
+
+       Rewrite this code to have two code paths since we know that the
+       cache is append-only.  
+
+2008-04-02  Andreas Nahr  <ClassDevelopment@A-SoftTech.com>
+
+       * IFormatterConverter.cs
+       * SerializationException.cs
+       * StreamingContext.cs: Fix parameter names
+
+2006-12-18  Lluis Sanchez Gual  <lluis@novell.com>
+
+       * FormatterServices.cs: In GetFields, avoid creating a field
+         clone in some cases where it's not really necessary.
+
 2006-11-13  Jensen Somers  <jensen.somers@gmail.com>
 
        * Fixed the Serializable attribute in OnDeserializedAttribute,