Simplify XML Serialization

The default XML serialization method in .NET gives you a lot of junk that you may not need. A few simple lines will remove that and give you a simple XML representation.

View code on GitHub

Comments

Popular posts from this blog

C# Record Serialization

Versioned content in MVC

Add timestamp to photo using ImageMagick