System.Runtime.Serialization.Formatters Namespace
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Provides common enumerations, interfaces, and classes that are used by serialization formatters.
Classes
InternalRM |
Logs tracing messages when the .NET Framework serialization infrastructure is compiled. |
InternalST |
Logs tracing messages when the .NET Framework serialization infrastructure is compiled. |
ServerFault |
Contains information for a server fault. This class cannot be inherited. |
SoapFault |
Carries error and status information within a SOAP message. This class cannot be inherited. |
SoapMessage |
Holds the names and types of parameters required during serialization of a SOAP RPC (Remote Procedure Call). |
Interfaces
IFieldInfo |
Allows access to field names and field types of objects that support the ISerializable 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). |
Enums
FormatterAssemblyStyle |
Indicates the method that will be used during deserialization for locating and loading assemblies. |
FormatterTypeStyle |
Indicates the format in which type descriptions are laid out in the serialized stream. |
TypeFilterLevel |
Specifies the level of automatic deserialization for .NET Framework remoting. |