Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in 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

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?