This documentation is archived and is not being maintained.
IRemotingFormatter Interface
.NET Framework 1.1
Provides the remote procedure call (RPC) interface for all formatters.
For a list of all members of this type, see IRemotingFormatter Members.
System.Runtime.Serialization.IFormatter
System.Runtime.Remoting.Messaging.IRemotingFormatter
[Visual Basic] Public Interface IRemotingFormatter Inherits IFormatter [C#] public interface IRemotingFormatter : IFormatter [C++] public __gc __interface IRemotingFormatter : public IFormatter [JScript] public interface IRemotingFormatter implements IFormatter
Classes that Implement IRemotingFormatter
| Class | Description |
|---|---|
| BinaryFormatter | Serializes and deserializes an object, or an entire graph of connected objects, in binary format. |
| SoapFormatter | Serializes and deserializes an object, or an entire graph of connected objects, in SOAP format. |
Remarks
The IRemotingFormatter interface allows the implementing formatter to send and receive remote procedure calls (RPCs). For more information, see BinaryFormatter.
Requirements
Namespace: System.Runtime.Remoting.Messaging
Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family
Assembly: Mscorlib (in Mscorlib.dll)
See Also
IRemotingFormatter Members | System.Runtime.Remoting.Messaging Namespace
Show: