Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in xml-serialization

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

Deciding on when to use XmlDocument vs XmlReader

JAXB: How to ignore namespace during unmarshalling XML document?

Why isn't there an XML-serializable dictionary in .NET?

Serialize Property as Xml Attribute in Element

c# .net xml xml-serialization

How can I rename class-names via Xml attributes?

c# xml xml-serialization

XML Serialize generic list of serializable objects

How do I serialize an enum value as an int?

Force XmlSerializer to serialize DateTime as 'YYYY-MM-DD hh:mm:ss'

c# .net xml-serialization

XML Serialization and Inherited Types

How do you serialize a string as CDATA using XmlSerializer?

c# .net xml-serialization

How can I make the xmlserializer only serialize plain xml?

Checking if an object is a number in C#

Using StringWriter for XML Serialization

Why are properties without a setter not serialized

c# .net xml-serialization

How to serialize an object to XML without getting xmlns="..."?