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