This tag refers to serialization technologies which use XML as a data format.
Sorry I'm a Java/XML newbie - and can't seem to figure this one out. It seems it's possible to …
java xml-serializationI have a list of key/value pairs I'd like to store in and retrieve from a XML file. So …
.net xml list xml-serializationIn order to return useful information in SoapException.Detail for an asmx web service, I took an idea from WCF …
c# xml-serialization xmldocumentI 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-serializationI 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.exeHello 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-deserializationHow 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 elementtreeHow do I add a attribute to a XmlArray element ( not to XmlArrayItem ) while serializing the object?
c# .net xml-serializationHow do I remove XML namespaces from an object's XML representation serialized using DataContractSerializer? That object needs to be serialized …
.net xml-serialization namespaces datacontractserializerI am using C++ from Mingw, which is the windows version of GNC C++. What I want to do is: …
c++ xml-serialization serialization tinyxml