| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990 |
- 2002-04-12 Duncan Mak <[email protected]>
- * SerializationException.cs: Added missing constructor for serialization.
- 2002-03-12 Duncan Mak <[email protected]>
- * IFormatter.cs: Fix the return type of the Serialize method.
- 2002/03/07 Nick Drochak <[email protected]>
- * StreamingContextStates.cs: Add missing value (CrossAppDomain) and
- adjust All value accordingly.
- 2002-03-01 Duncan Mak <[email protected]>
- * ObjectIDGenerator.cs: Implemented.
- 2002-02-19 Duncan Mak <[email protected]>
- * SurrogateSelector.cs: Implemented.
- * SerializationInfoEnumerator.cs: oh, and simplified the Current
- property too.
-
- * SerializationInfo.cs: Forgot to finish up GetEnumerator ().
- 2002-02-18 Duncan Mak <[email protected]>
- * SerializationInfo.cs: Converted Type.GetType calls to the faster
- typeof operator.
- 2002-02-16 Duncan Mak <[email protected]>
- * SurrogateSelector.cs: Stubbed out. Gonna be working on this
- tomorrow.
- 2002-02-15 Duncan Mak <[email protected]>
- * SerializationEntry.cs: Added internal constructor for writing
- bits in SerializationInfoEnumerator.
- * SerializationInfo.cs: Completed.
- * SerializationInfoEnumerator.cs: Implemented. Piggybacking on
- Hashtable's GetEnumerator method.
- 2002-02-13 Dan Lewis <[email protected]>
- * SerializationInfoEnumerator.cs: New file (stub)
- 2002-02-12 Duncan Mak <[email protected]>
-
- * SerializationBinder.cs: Implemented.
- * SerializationEntry.cs: Implemented.
- * SerializationInfo.cs: Fixed the get portion of the AssemblyName
- property. Implemented the FullTypename property.
-
- 2002-01-06 David Dawkins <[email protected]>
- * IFormatter.cs : New file
- * ISerializationSurrogate.cs : New file
- * ISurrogateSelector.cs : New file
- 2002-05-01 Ravi Pratap <[email protected]>
- * SerializationInfo.cs : Insert MonoTODO attribute.
- 2001-08-24 Nick Drochak <[email protected]>
- * IDeserializationCallback.cs: New File
- Wed Nov 14 17:03:30 CET 2001 Paolo Molaro <[email protected]>
- * IFormatterConverter.cs, SerializationInfo.cs: CLSCompliant updates.
- Fri Nov 2 18:40:12 CET 2001 Paolo Molaro <[email protected]>
- * SerializationException.cs: implemented.
- 2001-08-24 Nick Drochak <[email protected]>
- * SerializationInfo.cs: Added all the public methods so that the compile would not break
- 2001-07-20 Miguel de Icaza <[email protected]>
- * SerializationInfo.cs: New file.
- * IFormatterConverter.cs: New file.
- * ISerializable.cs: New file.
-
|