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