May 2010
Intermediate to advanced
1272 pages
61h 18m
English
Consider the following implementation of the Person class:

When you serialize an instance of that Person class, you would obtain an Xml representation similar to the following:

The System.Xml.Serialization namespace offers attributes for controlling output of the Xml serialization to affect the target file. For example, see the following code:

When an instance is serialized, the output looks like the following:
The ...
Read now
Unlock full access