Data Contract Serializer
The Windows Communication Foundation (WCF) infrastructure uses the DataContractSerializer class as the default serializer. The topics in this section provide more details for using it as a stand-alone serializer.
In This Section
- Serialization and Deserialization
Details how to use the DataContractSerializer class to serialize object graphs and deserialize XML documents into objects.
- Schema Import and Export
Explains how to generate an XML Schema definition language (XSD) schema from a .NET Framework class, or how to generate code from an XSD schema document.
Reference
DataContractSerializer
Related Sections
Data Transfer and Serialization
See Also
Concepts
Data Contract Schema Reference
Specifying Data Transfer in Service Contracts
Build Date: 2011-06-25