[ Team LiB ] |
Chapter 39. System.Runtime.Serialization.FormattersThis 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 |
[ Team LiB ] |