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

Add timestamp to photo using ImageMagick

Read/write large blob to SQL Server from C#