c8b32c1fc371734d8a51e8ffd00c679046b52579
[mono.git] / mcs / class / System.Runtime.Serialization.Formatters.Soap / System.Runtime.Serialization.Formatters.Soap / ChangeLog
1 2004-05-07  Lluis Sanchez Gual <lluis@ximian.com>
2
3         * SoapWriter.cs: Fixed string formatting.
4
5 2004-04-30  Lluis Sanchez Gual <lluis@ximian.com>
6
7         * SoapReader.cs: If the SoapMessage  instance being filled includes the
8           array of parameter types, use those to deserialize the parameter values.
9           Use the new method SoapTypeMapper.ParseXsdValue() to parse primitive values.
10         * SoapTypeMapper.cs: Added GetXsdValue and ParseXsdValue.
11         * SoapWriter.cs: Always include parameter types when serializing a message.
12           MS.NET does it.
13
14 2003-03-18 David Sheldon <dave-mono@earth.li>
15
16   * SoapTypeMapper.cs: Map object to xsd:anyType rather than 
17     SOAP-ENC:anyType so we can deserialise the objects serialised
18     by MS.NET.
19
20 2003-11-21  Lluis Sanchez Gual <lluis@ximian.com>
21
22         * SoapReader.cs: Little fix.
23         * SoapWriter.cs: Use ObjectIDGenerator instead of a couple of Hashtable.
24
25 2003-11-21  Lluis Sanchez Gual <lluis@ximian.com>
26
27         * SoapFormatter.cs: Added FilterLevel property.
28
29 2003-11-16  Lluis Sanchez Gual <lluis@ximian.com>
30
31         * SoapFormatter.cs: Added AssemblyFormat property.
32
33 2003-11-13  Lluis Sanchez Gual <lluis@ximian.com>
34
35         * ObjectWriter.cs: Added FIXME
36         * SoapParser.cs: Added null reference check.
37
38 2002-08-15  Tim Coleman <tim@timcoleman.com>
39         * SoapFormatter.cs:
40                 That should be IRemotingFormatter, not IRemoteFormatter.
41                 Some stubs to make it compile on linux.
42         * TODOAttribute.cs:
43                 Added this class to this assembly.
44
45 2002-07-23  Duncan Mak  <duncan@ximian.com>
46
47         * SoapFormatter.cs: This implements IFormatter and IRemoteFormatter.