Chapter 39. System.Runtime.Serialization.Formatters

This chapter covers the System.Runtime.Serialization.Formatters namespace, which contains a number of types that are used by serialization formatters. Figure 39-1 shows the types in this namespace. This chapter also features BinaryFormatter and SoapFormatter, two formatters that live in their own namespace and rely on the types in the System.Runtime.Serialization.Formatters namespace.

Figure 39-1. The System.Runtime.Serialization.Formatters namespace
figs/csn2_3901.gif


    Part II: Programming with the .NET Framework
    Part IV: API Quick Reference
    Chapter 26. System