**** Merged from MCS ****
[mono-project.git] / mcs / class / Microsoft.Web.Services / Microsoft.Web.Services.Messaging / SoapDimeFormatter.cs
blob0ee0d9a98b30fa9f028f0508575c8339cfe0f596
1 //
2 // Microsoft.Web.Services.Messaging.SoapDimeFormatter.cs
3 //
4 // Author: Todd Berman <tberman@gentoo.org>
5 //
6 // (C) 2003 Todd Berman
8 using System;
9 using System.IO;
10 using Microsoft.Web.Services;
12 namespace Microsoft.Web.Services.Messaging
14 public class SoapDimeFormatter : ISoapFormatter
17 [MonoTODO]
18 public SoapEnvelope Deserialize (Stream stream)
20 throw new NotImplementedException ();
23 [MonoTODO]
24 public void Serialize (SoapEnvelope envelope, Stream stream)
26 throw new NotImplementedException ();