* ObjectReader.cs: Changed signature of ReadObjectGraph, so now it returns the
[mono.git] / mcs / class / corlib / System.Runtime.Serialization.Formatters.Binary / MessageFormatter.cs
2003-05-13 Lluis Sanchez * ObjectReader.cs: Changed signature of ReadObjectG...
2003-02-25 Lluis Sanchez * BinaryFormatter.cs: Implemented support for binders.
2003-02-18 Lluis Sanchez * MessageFormatter.cs: Fixed bug in serialization...
2003-02-05 Lluis SanchezMessageFormatter.cs: Corrected some bugs that affected...
2003-02-04 Lluis SanchezMessageFormatter.cs: Implemented serialization of messa...
2003-01-24 Lluis Sanchez* ObjectWriter.cs, ObjectReader.cs: Added suport for...