ProFast Computing

Software Development and Consulting Services

Specializing in Microsoft .NET and SQL Application Development

 

XML Serialization for C# Classes Article
Published on CodeProject Site on June 22, 2016

A ProFast technical article on adding XML serialization to .NET classes in C# was published on the CodeProject site.

The article discusses the use of a Visual Studio template to enhance the capabilities of classes that are built using C# by adding methods that serialize and de-serialize objects derived from this template.

In addition, the article discusses the use of a custom built class manager module that can serialize and de-serialize the contents of any object in C# code.

A full set of C# code modules containing the class serialization logic and a demo program demonstrating the use of these modules can be downloaded from the article's page on CodeProject.

 Building Serialization into Classes Article on CodeProject