News

Monday, May 7, 2007

How to serialize an object to XML by using Visual Basic .NET or Visual Basic 2005

This step-by-step article describes how to serialize an object to XML by using Visual Basic .NET or Visual Basic 2005.

This method is useful for persisting an object's state. This method is also useful for cloning an object by de-serializing the XML back to a new object.

Source: Microsoft

No comments: