Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in xml-serialization

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?

c# .net xml-serialization

using XmlArrayItem attribute without XmlArray on Serializable C# class

PHP Object as XML Document

php xml xml-serialization

Can I make XmlSerializer ignore the namespace on deserialization?

Reading from memory stream to string

Which characters are Invalid (unless encoded) in an XML attribute?

xml xml-serialization

What are the differences between the XmlSerializer and BinaryFormatter

Which is the best alternative for Java Serialization?

Obsolete attribute causes property to be ignored by XmlSerialization

Deserializing into a List without a container element in XML

c# .net xml-serialization

What is the best way to parse (big) XML in C# Code?

Ignore a property during xml serialization but not during deserialization

Why isn't my public property serialized by the XmlSerializer?

c# .net xml-serialization

Serialize Python dictionary to XML [closed]

XML Serialization and namespace prefixes

"Type not expected", using DataContractSerializer - but it's just a simple class, no funny stuff?

Suppress Null Value Types from Being Emitted by XmlSerializer

c# xml xml-serialization

Using DataContractSerializer to serialize, but can't deserialize back

Generating an Xml Serialization assembly as part of my build

c# xml xml-serialization