* roottypes.cs: Rename from tree.cs.
[mono.git] / mcs / class / corlib / System.Runtime.Serialization / ChangeLog
index 18e294ed9ac78d82568e5208503ca1ccab931d90..ab372bb11ba731c6f4040ff207f7da1a923d27c9 100644 (file)
@@ -1,3 +1,86 @@
+2006-06-04  Miguel de Icaza  <miguel@novell.com>
+
+       * OptionalFieldAttribute.cs, OnSerializedAttribute.cs,
+       OnSerializingAttribute.cs, OnDeserializedAttribute.cs,
+       OnDeserializingAttribute.cs: Added a few attributes for the
+       version tolerant serialization.
+
+2006-01-04  Raja R Harinath  <rharinath@novell.com>
+
+       * ObjectManager.cs (ObjectRecord.IsInstanceReady): Fix regression
+       introduced in previous patch.  See the re-opened bug #76931.
+
+2005-12-15  Martin Baulig  <martin@ximian.com>
+
+       * ObjectManager.cs: When deserializing an object that has a
+       surrogate, actually check the return value of
+       ISerializationSurrogate.SetObjectData(); fixes #76931.
+
+2005-10-03  Lluis Sanchez Gual  <lluis@novell.com>
+
+       * ObjectIDGenerator.cs: Use custom comparer instead of an instance
+       wrapper. Closes bug #76017.
+
+2005-06-13  Lluis Sanchez Gual  <lluis@novell.com>
+
+       * Formatter.cs: Properly initialize protected fields. Fixes bug #75233. 
+
+2005-05-17  Lluis Sanchez Gual  <lluis@novell.com>
+
+       * SerializationInfo.cs: Use IsInstanceOfType instead of IsAssignableFrom
+       since GetType() may not return the correct type if the object is
+       a remoting proxy.
+
+2005-05-09  Lluis Sanchez Gual  <lluis@novell.com>
+
+       * FormatterServices.cs: In GetSerializableMembers, private fields
+       from base classes must include the class name in the field name.
+       In this case, it now creates a clone of the field with the
+       modified name. This patch together with r44260 fixes bug #74760.
+
+2004-12-09  Lluis Sanchez Gual  <lluis@ximian.com>
+
+       * ObjectManager.cs: When deserializing an object that implements
+       ISerializable, check if a surrogate     exists for that object, before
+       trying to deserialize it as ISerializable. This fixes bug #70104.
+
+2004-06-15  Gert Driesen <drieseng@users.sourceforge.net>
+
+       * ObjectIDGenerator.cs: added TODO for serialization
+
+2004-06-09  Duncan Mak  <duncan@ximian.com>
+
+       * ObjectManager.cs (RegisterObject): Add checks for
+       ArgumentNullException as well.
+
+2004-06-09  Duncan Mak  <duncan@ximian.com>
+
+       * SerializationInfoEnumerator.cs: Instead of using
+       IDictionaryEnumerator from a Hashtable, use a normal IEnumerator
+       from the newly added ArrayList in SerializationInfo.
+
+       * SerializationInfo.cs: Added an extra ArrayList so that we can
+       keep the SerializationEntrys added in the order.
+       (SerializationInfo, AddValue): Throw ArgumentNullException
+       correctly.
+
+
+2004-06-08  Duncan Mak  <duncan@ximian.com>
+
+       * ObjectManager.cs (RegisterObject): Throw
+       ArgumentOutOfRangeException if the objectID parameter is less than
+       or equal to zero. This check was missing from this particular
+       overload.
+
+2004-05-14  Marek Safar  <marek.safar@seznam.cz>
+
+       * SerializationInfo.cs: Removed useless [CLSCompliant (false)]
+
+2003-11-21  Andreas Nahr <ClassDevelopment@A-SoftTech.com>
+
+       * FormatterServices.cs: Added CheckTypeSecurity() and
+         GetSafeUninitializedObject().
+
 2003-11-18  Andreas Nahr <ClassDevelopment@A-SoftTech.com>
 
        * ObjectManager.cs: Fixed header, internalized enum