2005-08-11 Atsushi Enomoto <atsushi@ximian.com>
[mono.git] / mcs / class / corlib / System.Runtime.Serialization.Formatters.Binary / MessageFormatter.cs
2005-04-12 Dick Porter2005-04-12 Dick Porter <dick@ximian.com>
2005-03-22 Martin Baulig**** Merged r40732-r40872 from MCS ****
2005-03-03 Lluis Sanchez2005-03-01 Lluis Sanchez Gual <lluis@ximian.com>
2005-01-31 Dick PorterBranch for io-layer daemonectomy work
2004-12-14 Marek SafarCopied remotely
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...