New posts in xml-serialization

How to make a value type nullable with .NET XmlSerializer?

Slow SoapHttpClientProtocol constructor

PHP Object as XML Document

How to exclude null properties when using XmlSerializer

Is there a reason why a base class decorated with XmlInclude would still throw a type unknown exception when serialized?

Cannot serialize member.... because it is an interface

Can I fail to deserialize with XmlSerializer in C# if an element is not found?

transformer.setOutputProperty(OutputKeys.ENCODING, "UTF-8") is NOT working

NHibernate: How do I XmlSerialize an ISet<T>?

xmlserializer validation

Serializing interfaces

.NET Serialization Ordering

Best solution for XmlSerializer and System.Drawing.Color

How to rename <ArrayOf> XML attribute that generated after serializing List of objects

Serializing a list of Key/Value pairs to XML

Make a Custom Class Serializable in Objective-c/iPhone?

Prevent timezone conversion on deserialization of DateTime value

How do I specify XML serialization attributes to support namespace prefixes during deserialization in .NET?

Reading from memory stream to string

How can I transform XML into a List<string> or String[]?