This tag refers to serialization technologies which use XML as a data format.
In C# (.net 4.0 and 4.5 / vs2010 and vs12) when I serialize an object containing a string having an illegal character using …
c# xml-serialization xmlserializer illegal-charactersI'm trying to generate C# that creates a fragment of XML like this. <device_list type="list"> <…
c# xml-serialization xml-attributeI'm building a self hosted WCF service. I'm building a special data structure for a very flexible transport of data. …
c# xml-serialization xml-namespaces datacontractserializerI collect some data in xml format through an API and would like to deserialize it in an objects list. …
php xml symfony xml-serialization xml-deserializationI have an array of objects which I want to serialize as XML. These objects are annotated to set XML …
.net xml-serialization rootI have a set of classes build using xsd.exe, and I am trying to serialise them. However, an attribute …
c# .net serialization xml-serialization xsd.exeHello I have a list of object i want to convert into an xml. Here is what the final xml …
c# xml xml-serialization xelementUsing Delphi XE: XML data binding wizard generates Delphi class based on XML/XSD - works great. BUT I also …
xml delphi xml-serialization delphi-xe xsd.exeIf using custom XML Serialization (IXmlSerialiable), on a complex object that contains properties with constituent complex objects which do NOT …
.net xml ixmlserializable xml-serializationI got the below XML (It is just a part of a big XML where I have my problem) that …
c# list xml-serialization ofx