Community

Serialize Objects to XML in .NET

(Dan Wahlin) The .NET platform provides the ability to save the state of an object using serialization techniques. If you’re not familiar with serialization, it’s a way to persist object data to another form such as binary or XML data. In this article, I’ll provide an overview of how to use XML Seri

Read More - Register for Free Membership