New test.
[mono.git] / mcs / class / System.Runtime.Serialization.Formatters.Soap / System.Runtime.Serialization.Formatters.Soap / ChangeLog
1 2006-07-10  Lluis Sanchez Gual <lluis@novell.com>
2
3         * SoapReader.cs: Register strings in the object manager. 
4           Fixes bug #78696.
5
6 2006-05-31  Gert Driesen <drieseng@users.sourceforge.net>
7
8         * SoapFormatter.cs: Only apply ComVisible attribute to FilterLevel
9         on 1.0 profile.
10
11 2006-05-31  Gert Driesen <drieseng@users.sourceforge.net>
12
13         * SoapWriter.cs: Fixed line endings. Set eol-style to CRLF.
14         * SoapReader.cs: Fixed line endings. Set eol-style to CRLF.
15         * SoapFormatter.cs: Fixed line endings. Set eol-style to CRLF.
16         Remove unnecessary dtor.
17         * SoapTypeMapper.cs: Fixed line endings. Set eol-style to native.
18
19 2006-04-04  roei erez <roeie@mainsoft.com>
20         
21         *SoapReader.cs: bug 77563 competability with MS.NET in
22         serializing/deserializing internal soap types (Decimal, DateTime ...)
23
24 2005-09-21  Lluis Sanchez Gual <lluis@novell.com>
25
26         * SoapWriter.cs, SoapReader.cs: Encode/Decode field names when
27         serializing/deserializing an object using custom serialization.
28         Fixes bug #75970.
29
30 2005-07-29  Lluis Sanchez Gual <lluis@novell.com>
31
32         * SoapWriter.cs: Wrap method signature headers in a MethodSignature
33         object before serializing. Track changes in SoapTypeMapper.
34         * SoapReader.cs: Track changes in SoapTypeMapper. Factorized some code.
35         * SoapTypeMapper.cs: Replaced indexers by regular methods, this makes
36         code easier to read an understand. Simplified the code for registering
37         basic soap types. Added support for types from
38         System.Runtime.Remoting.Metadata.W3cXsd2001. Implemented support
39         for MethodSignature serialization. All this fixes bug #75537.
40
41 2005-07-14  Lluis Sanchez Gual <lluis@novell.com>
42
43         * SoapReader.cs: Fixed parsing of array dimensions. Patch by Roei Erez
44         for bug #75536.
45         * SoapTypeMapper.cs: When encoding the name of a type, if the type is
46         an array don't encode the array dimensions. 
47
48 2005-06-27  Lluis Sanchez Gual <lluis@novell.com>
49
50         * SoapWriter.cs: Serialize TimeSpan values like MS.NET. Fix by Roei Erez
51         for bug #75364.
52
53 2005-05-10  Lluis Sanchez Gual <lluis@novell.com>
54
55         * SoapTypeMapper.cs: Serialize floats and doubles using the correct
56         precision. Patch by Roei Erez that fixes bug #75196.
57
58 2005-05-09  Lluis Sanchez Gual <lluis@novell.com>
59
60         * SoapReader.cs:
61         * SoapWriter.cs: Use InternalRemotingServices.GetCachedSoapAttribute to
62         get the name of the fields being serialized. Fixed some warnings.
63
64 2005-05-05  Lluis Sanchez Gual <lluis@novell.com>
65
66         * SoapTypeMapper.cs: Added missing maps for primitive types and
67         fixed bool conversion to string. This patch by Luke Ravitch
68         fixes bug #74295.
69
70 2005-02-10  Lluis Sanchez Gual <lluis@novell.com>
71
72         * SoapFormatter.cs: Don't store the SoapWriter in an instance field,
73         it is not needed and it is not thread safe. This fixes bug #72344.
74
75 2005-02-10  Lluis Sanchez Gual  <lluis@novell.com>
76
77         * SoapReader.cs: Don't crash if the xml has more fields than expected.
78
79 2004-09-13  Lluis Sanchez Gual <lluis@ximian.com>
80
81         * SoapReader.cs: Handle SOAP invocation without arguments in SoapReader.
82           Patch by Stefan Paletta.
83
84 2004-08-24  Lluis Sanchez Gual <lluis@ximian.com>
85
86         * SoapReader.cs: Serialize byte arrays using base64 encoding.
87           GetComponentType should always return the type if
88           specified, GetId can now be !=0 for base64 arrrays.
89         * SoapTypeMapper.cs: Register byte[] as base64 xml type.
90         * SoapWriter.cs: Handle base64 encoded byte arrays.
91
92 2004-06-10  Lluis Sanchez Gual <lluis@ximian.com>
93
94         * SoapWriter.cs: In SerializeArray, consider 1 a valid id.
95
96 2004-05-26  Lluis Sanchez Gual <lluis@ximian.com>
97
98         * SoapFormatter.cs: Added headers parameter to SoapWriter call.
99         * SoapReader.cs: Added support for deserialization of headers. Cache
100           both member indexes and member infos in the new TypeMetadata structure.
101         * SoapWriter.cs: Added support for serialization of headers.
102
103 2004-05-10  Gert Driesen (drieseng@users.sourceforge.net)
104         * SoapFormatter.cs: sealed class and added ComVisible attribute
105         to FilterLevel property to match MS.NET
106         * SoapTypeMapper.cs: fixed compiler warnings
107
108 2004-05-07  Lluis Sanchez Gual <lluis@ximian.com>
109
110         * SoapWriter.cs: Fixed string formatting.
111
112 2004-04-30  Lluis Sanchez Gual <lluis@ximian.com>
113
114         * SoapReader.cs: If the SoapMessage  instance being filled includes the
115           array of parameter types, use those to deserialize the parameter values.
116           Use the new method SoapTypeMapper.ParseXsdValue() to parse primitive values.
117         * SoapTypeMapper.cs: Added GetXsdValue and ParseXsdValue.
118         * SoapWriter.cs: Always include parameter types when serializing a message.
119           MS.NET does it.
120
121 2003-03-18 David Sheldon <dave-mono@earth.li>
122
123   * SoapTypeMapper.cs: Map object to xsd:anyType rather than 
124     SOAP-ENC:anyType so we can deserialise the objects serialised
125     by MS.NET.
126
127 2003-11-21  Lluis Sanchez Gual <lluis@ximian.com>
128
129         * SoapReader.cs: Little fix.
130         * SoapWriter.cs: Use ObjectIDGenerator instead of a couple of Hashtable.
131
132 2003-11-21  Lluis Sanchez Gual <lluis@ximian.com>
133
134         * SoapFormatter.cs: Added FilterLevel property.
135
136 2003-11-16  Lluis Sanchez Gual <lluis@ximian.com>
137
138         * SoapFormatter.cs: Added AssemblyFormat property.
139
140 2003-11-13  Lluis Sanchez Gual <lluis@ximian.com>
141
142         * ObjectWriter.cs: Added FIXME
143         * SoapParser.cs: Added null reference check.
144
145 2002-08-15  Tim Coleman <tim@timcoleman.com>
146         * SoapFormatter.cs:
147                 That should be IRemotingFormatter, not IRemoteFormatter.
148                 Some stubs to make it compile on linux.
149         * TODOAttribute.cs:
150                 Added this class to this assembly.
151
152 2002-07-23  Duncan Mak  <duncan@ximian.com>
153
154         * SoapFormatter.cs: This implements IFormatter and IRemoteFormatter.