why is the System.Xml.Serialization.IXmlSerialization "supports the .NET Framework infrastructure an

  • Thread starter Thread starter Eric Newton
  • Start date Start date
E

Eric Newton

just curious...

am I supposed to be calling XmlSerializer? i'm actually using this
primarily from a webmethod, and implementing IXmlSerialization looks like
the ticket to be able to serialize a complex structure... easier then just
attributes alone, like certain objects with controlled constructors and
such...

does the SoapSerializer utilize the interface?

and has somebody seen a problem with it?
 
Hi Eric,

I am not sure about SOAP, but you can implement IXmlSerializable despite it
is marked "for internal use". There's an article by Aaron Sconnard (or is
his name Aaron Skonnard?, not sure) that outlines how to do that.
 
Back
Top