OBS: download the application please visit www.mrbool.com/player
Author: Ayad Boudiab
Title: Visual Studio C# - XML Serialization
Duration: 16:59 min
Description:
XML serialization is another process of persisting objects to a storage medium. Other
forms will be SOAP and Binary serialization. In this video, I will demonstrate serializing
a document object using XML serialization. You will notice that only public fields and
properties will be serialized. This process is much more useful when the consumer of the
file is not a .NET application. Since it is an XML file, many types of applications will
be able to read it.