2004-12-08 Zoltan Varga <vargaz@freemail.hu>
[mono.git] / mcs / class / corlib / System.Runtime.Serialization.Formatters.Binary / MessageFormatter.cs
2004-11-23 Marek Safarremoved unused variables
2004-07-01 nobodyThis commit was manufactured by cvs2svn to create branc...
2004-06-11 Duncan MakAdd license and copyright to all source files in corlib
2004-05-03 Lluis Sanchez * MessageFormatter.cs: In the all-are-primitive case...
2004-04-28 Lluis Sanchez* MessageFormatter.cs: Serialize Args, not OutArgs...
2003-11-21 Lluis Sanchez * BinaryFormatter.cs, MessageFormatter.cs, ObjectReade...
2003-11-16 Lluis Sanchez * BinaryFormatter.cs, MessageFormatter.cs, ObjectWrite...
2003-07-25 Lluis Sanchez * MessageFormatter.cs: WriteMethodCall(): It must...
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...