Top "Xml-serialization" questions

This tag refers to serialization technologies which use XML as a data format.

how to generate List instead of Array in C# with xsd.exe

I have an XML schema .xsd and generate with xsd.exe tool my file with all the c# classes. If …

c# xsd xml-serialization xsd.exe
Suppress xsi:nil but still show Empty Element when Serializing in .Net

I have a c# class that has 20+ string properties. I set about a fourth of those to an actual value. …

c# .net xml-serialization xml-nil
Omitting XML processing instruction when serializing an object

I'm serializing an object in a C# VS2003 / .Net 1.1 application. I need it serialized without the processing instruction, however. The …

c# .net xml-serialization visual-studio-2003
What's a good way to serialize Delphi object tree to XML--using RTTI and not custom code?

What's a good way to serialize a Delphi object tree to XML--using RTTI and not custom code? I would have …

xml delphi serialization xml-serialization rtti
Slow SoapHttpClientProtocol constructor

I'm doing some experiments with Microsoft Dynamics CRM. You interact with it through web services and I have added a …

c# .net performance xml-serialization soaphttpclientprotocol
.NET, Why must I use *Specified property to force serialization? Is there a way to not do this?

I am using xml-serialization in my project to serialize and deserialize objects based on an xml schema. I used the …

c# .net xsd xml-serialization
Replacement for XML Serialization

I have code using XmlSerializer to serialize/deserialize a data structure for persistance. I've read and heard in several places …

c# xml xml-serialization
Custom Serialization using XmlSerializer

I have a class that I need to do some custom XML output from, thus I implement the IXmlSerializable interface. …

c# .net-3.5 xml-serialization ixmlserializable
XML Serialization of HTML

Okay this one DID it! Thanks to all of you! public class Result { public String htmlEscaped { set; get; } [XmlIgnore] public …

c# html xml-serialization cdata
Unexpected node type Element

I have the following XML: <Envelope> <Body> <RESULT> <SUCCESS>TRUE</SUCCESS&…

c# asp.net xml xml-serialization xml-deserialization