Serialization Samples
This section demonstrates serializing objects in the .NET Framework.
In This Section
Basic Serialization Technology Sample
Demonstrates how to serialize an object graph in memory to a stream.Version Tolerant Serialization Technology Sample
Demonstrates the version tolerance features of .NET Serialization.Web Services Generics Serialization Technology Sample
Shows how to use and control the serialization of generics in ASP.NET Web Services.Web Services IXmlSerializable Technology Sample
Shows how to use IXmlSerializable to control the serialization of custom types in ASP.NET Web Services.SchemaImporterExtension Technology Sample
Demonstrates a custom SchemaImporterExtension.Custom Serialization Order With XmlSerializer
Shows how to control the order of serialized and deserialized elements for XML serialization.