The System.Runtime.Serialization.Formatters namespace provides common enumerations, interfaces, and classes that are used by serialization formatters.
| Class | Description |
|---|---|
| class InternalRM |
This type supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Reserved class, for internal use only. |
| class InternalST |
This type supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Reserved class, for internal use only. |
| class ServerFault | Contains information for a server fault. This class cannot be inherited. |
| class SoapFault | Carries error and status information within a SOAP message. This class cannot be inherited. |
| class SoapMessage | Holds the names and types of parameters required during serialization of a SOAP RPC (Remote Procedure Call). |
| Interface | Description |
|---|---|
| interface IFieldInfo | Allows access to field names and field types of objects that support the ISerializable interface. |
| interface ISoapMessage | Provides an interface for an object that contains the names and types of parameters required during serialization of a SOAP RPC (Remote Procedure Call). |
| Enumeration | Description |
|---|---|
| enumeration FormatterAssemblyStyle | Indicates the format in which assembly names are serialized. |
| enumeration FormatterTypeStyle | Indicates the format in which type descriptions are laid out in the serialized stream. |