* MessageFormatter.cs: In the all-are-primitive case, serialize Args,
[mono.git] / mcs / class / corlib / System.Runtime.Serialization.Formatters.Binary / ChangeLog
index 15272ff6ff9f3f80346e044272e0650c7a1e37d2..4f5b7186be382d66d1d3e57cdd21775350ddb3da 100755 (executable)
@@ -1,3 +1,21 @@
+2004-05-03  Lluis Sanchez Gual  <lluis@ximian.com>
+
+       * MessageFormatter.cs: In the all-are-primitive case, serialize Args, 
+         not OutArgs.
+
+2004-04-28  Lluis Sanchez Gual <lluis@ximian.com>
+
+       * MessageFormatter.cs: Serialize Args, not OutArgs, like in MS.NET.
+
+2004-04-26  Lluis Sanchez Gual <lluis@ximian.com>
+
+       * ObjectReader.cs, ObjectWriter.cs: FIXME cleaning.
+
+2004-04-20  Lluis Sanchez Gual <lluis@ximian.com>
+
+       * CodeGenerator.cs, ObjectReader.cs, ObjectWriter.cs: Serialize decimals
+         as strings, like in MS.NET. This fixes bug #57186.
+
 2004-02-23  Lluis Sanchez Gual <lluis@ximian.com>
 
        * BinaryCommon.cs: Added UseReflectionSerialization property.