| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374 |
- 2004-04-15 Jean-Marc Andre <[email protected]>
- * SoapFormatter.cs, SoapReader.cs, SoapWriter.cs, SoapTypeMapper.cs:
- Rewrote almost completly to make the code easier to understand
- and maintain.
- AssemblyFormat and TypeFormat are now implemented.
- * SoapParser.cs, ObjectReader.cs, ObjectWriter.cs, SoapCommon.cs,
- ISoapParser.cs, ISoapReader.cs, ISoapWriter.cs:
- Removed for the same reasons as above.
- * SerializationTest.cs:
- New unit test inspired by the one developped by Lluis Sanchez
- for the BinaryFormatter.
- 2004-03-31 Andreas Nahr <[email protected]>
- * System.Runtime.Serialization.Formatters.Soap.dll.sources:
- Added new AssemblyInfo, removed old one, added Locale.cs
- * Makefile: Removed unused ref
- 2004-02-19 Jean-Marc Andre <[email protected]>
- * SoapFormatter.cs:
- Forced the utilisation of CultureInfo("en-US") during
- the serialization and deserialization because I got problems
- with numeral and date format.
- * SoapWriter.cs, SoapCommon.cs:
- Bug fixed: XmlTextWriter.WriteAttributeString() was used
- with its "namespace" parameter set to null whereas it shouldn't.
- 2003-12-22 Jean-Marc Andre <[email protected]>
- * SoapFormatterTest.cs:
- Added unit test for the SerializationBinder property
- 2003-11-21 Jean-Marc Andre <[email protected]>
- * SoapReader.cs:
- Bug fixed. SerializationBinder.BindToType wasn't called
- the right way in GetElementInfo() (switched assemblyName and
- typeName parameters).
- 2003-08-25 Lluis Sanchez Gual <[email protected]>
- * SoapTypeMapper.cs: Added mappings for more primitive types.
- * SoapWriter.cs: Use XmlSchema.Namespace and XmlSchema.InstanceNamespace
- instead of string constants.
- 2003-06-30 Jean-Marc Andre <[email protected]>
- * SoapServices:
- removed because it is now included in the
- right assembly.
- * SoapFormatter.cs, SoapWriter.cs, ObjectWriter.cs:
- cleaned the code
- 2003-05-27 Jean-Marc Andre <[email protected]>
- * SoapWriter:
- bugs fixed
- * SoapFormatter:
- preparing for the remoting
- 2003-05-15 Jean-Marc Andre <[email protected]>
- * SoapFormatter:
- New version of the SoapFormatter installed
- * list.unix:
- added to build the new formatter
- * makefile.gnu:
- changed to build the new formatter
- * System.Runtime.Serialization.Formatters.Soap:
- many files added or change to build the new formatter
- * Test:
- nunit-2 test added
- 2002-08-15 Tim Coleman <[email protected]>
- * ChangeLog:
- New changelog added
- * list:
- * makefile.gnu:
- Added so we can build this assembly on linux now.
|