Top "Xml-serialization" questions

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

Convert an org.w3c.dom.Node into a String

Sorry I'm a Java/XML newbie - and can't seem to figure this one out. It seems it's possible to …

java xml-serialization
Serializing a list of Key/Value pairs to XML

I have a list of key/value pairs I'd like to store in and retrieve from a XML file. So …

.net xml list xml-serialization
Serialize object to XmlDocument

In order to return useful information in SoapException.Detail for an asmx web service, I took an idea from WCF …

c# xml-serialization xmldocument
What are the differences between the XmlSerializer and BinaryFormatter

I spent a good portion of time last week working on serialization. During that time I found many examples utilizing …

c# .net serialization xml-serialization binary-serialization
Tool that can combine many XSD files into one?

I need to create XML serializer classes for approximately 65 XSD files, for which I am using Microsoft's XSD.EXE to …

.net-3.5 xsd xml-serialization xsd.exe
Error when deserializing xml to an object: System.FormatException Input String was not in correct format

Hello and thanks in advance for the help. I am having an issue when trying to deserialize an XElement into …

c# xml silverlight xml-serialization xml-deserialization
Remove whitespaces in XML string

How can I remove the whitespaces and line breaks in an XML string in Python 2.6? I tried the following packages: …

python xml xml-serialization python-2.6 elementtree
How do I add a attribute to a XmlArray element (XML Serialization)?

How do I add a attribute to a XmlArray element ( not to XmlArrayItem ) while serializing the object?

c# .net xml-serialization
Serializing object with no namespaces using DataContractSerializer

How do I remove XML namespaces from an object's XML representation serialized using DataContractSerializer? That object needs to be serialized …

.net xml-serialization namespaces datacontractserializer
XML Serialization/Deserialization in C++

I am using C++ from Mingw, which is the windows version of GNC C++. What I want to do is: …

c++ xml-serialization serialization tinyxml