Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

System.Runtime.Serialization.Formatters Namespace

The System.Runtime.Serialization.Formatters namespace provides common enumerations, interfaces, and classes that are used by serialization formatters.

 ClassDescription
Public classInternalRMLogs tracing messages when the .NET Framework serialization infrastructure is compiled.
Public classInternalSTLogs tracing messages when the .NET Framework serialization infrastructure is compiled.
Public classServerFaultContains information for a server fault. This class cannot be inherited.
Public classSoapFaultCarries error and status information within a SOAP message. This class cannot be inherited.
Public classSoapMessageHolds the names and types of parameters required during serialization of a SOAP RPC (Remote Procedure Call).

 InterfaceDescription
Public interfaceIFieldInfoAllows access to field names and field types of objects that support the ISerializable interface.
Public interfaceISoapMessageProvides an interface for an object that contains the names and types of parameters required during serialization of a SOAP RPC (Remote Procedure Call).

 EnumerationDescription
Public enumerationFormatterAssemblyStyleIndicates the method that will be used during deserialization for locating and loading assemblies.
Public enumerationFormatterTypeStyleIndicates the format in which type descriptions are laid out in the serialized stream.
Public enumerationTypeFilterLevelSpecifies the level of automatic deserialization for .NET Framework remoting.

Community Additions

Show:
© 2017 Microsoft