By tag: XmlSerializer
0
kicks
Xml serialization using generics
Serialize/deserialize your objects using generics. Customize settings like indentation, encoding, namespaces and others.
0
kicks
Readonly collection properties and XmlSerializer
How to deal with compiler error CS0200 related to using XmlSerializer with classes exposing readonly collection properties.
0
kicks
HowTo: Change where the XML Serializer Outputs Temporary Assemblies
A bit of a hack, but Scott Hanselman shows us how to change where the XmlSerializer outputs temporary assemblies. A very cruical trick in some scenarios.