Search code examples
Exclude an object during serialization with XmlSerializer...


c#asp.netxmlserializationxml-serialization

Read More
How can I keep a .XML file in memory, then save the document to disc as a regular XML file?...


c#xmlxml-serializationscreen-scraping

Read More
Ignore decimal value if it is zero using JavaScriptSerializer...


c#.netserializationxml-serializationjavascriptserializer

Read More
XML Serialization error when updating an existing XML file...


c#xmlxml-serialization

Read More
FileMode.Open and FileMode.OpenOrCreate difference when file exists? c# bug?...


c#xmlserializationxml-serializationxmlserializer

Read More
How to serialize object with numeric element name...


c#serializationxml-serialization

Read More
Save the output of transform XML with XSLT 2.0...


xmlxsltxml-serializationxslt-2.0

Read More
xmlns attribute not produced for nested elements...


c#xml-serializationxml-namespacesxmlserializer

Read More
How to set the indent of XmlWriterSettings in a class, derived from XmlObjectSerializer?...


c#xml-serialization

Read More
Is there a way to remove *only* the xmlns:xsd namespace when serializing a XML?...


c#xmlxml-serializationxmlserializer

Read More
Using generics with XmlSerializer...


c#genericsoopxml-serializationxmlserializer

Read More
How to indent XML properly using XMLSerializer?...


javaandroidxml-serializationindentation

Read More
Keep sort when deserialize and serialize XML using XmlSerializer...


c#xmlxml-serializationxmlserializer

Read More
Saving settings in a class containing List<CustomClass>...


c#serializationxml-serializationapplication-settings

Read More
Serializing custom classes with custom Settings Provider...


c#serializationxml-serialization

Read More
Exception when deserializing an xml file containing a simple referenced entity...


c#.netxmlxsdxml-serialization

Read More
Deserialize an XML file with XmlSerializer but an attribute contains a colon in its name...


c#.netxmlxml-serialization

Read More
Saving Data locally on a .net Standard app...


jsonxamarinxml-serializationportable-class-library.net-standard

Read More
How to serialize an object collection / dictionary into <key>value</key>...


c#.netxmlserializationxml-serialization

Read More
XMLSerializer serialising date error : Is not a valid AllXsd...


c#.netxml-serializationxmlserializer

Read More
Round values on serialization when using XmlSerializer to serialize to an XML string...


c#xml-serialization

Read More
Why my file is not saved? XmlSerializer in WinRT...


xml-serializationwindows-runtimestorage

Read More
DataContractSerializer - how can I output the xml to a string (as opposed to a file)...


c#xml-serializationstreamiostreamdatacontractserializer

Read More
How to Deserialize XML in c# having child nodes of same type...


c#xmlxml-serializationxml-deserialization

Read More
How do I change the XmlElement name dynamically?...


c#serializationxml-serialization

Read More
XML Serializing Element with prefix...


c#xmlxml-serialization

Read More
How to serialize dynamic object to xml c#...


c#xmlxml-serializationxmlserializerdynamicobject

Read More
XDocument Elements - Remove tags...


c#xmllinq-to-xmlxml-serialization

Read More
How to show Xml data in the winform in the XML fashion?...


c#.netwinformsxml-serialization

Read More
.net XML Serialization - Storing Reference instead of Object Copy...


c#.netxmlxml-serialization

Read More
BackNext