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