NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

IRemotingFormatter Interface

Provides the interface for all formatters.

IRemotingFormatter

[Visual Basic]
Public Interface IRemotingFormatter
   Implements IFormatter
[C#]
public interface IRemotingFormatter : IFormatter
[C++]
public __gc __interface IRemotingFormatter : public IFormatter

[JScript] In JScript, you can use the interfaces in the NGWS frameworks, but you cannot define your own.

Classes that Implement IRemotingFormatter

Class Description
BinaryFormatter Provides a way to serialize and deserialize an object, or an entire graph of connected objects; it uses a binary format for the serialized stream, which is both very compact, and fast to parse.

Remarks

[To be supplied.]

Requirements

Namespace: System.Runtime.Remoting

Assembly: mscorlib.dll

See Also

IRemotingFormatter Members | System.Runtime.Remoting Namespace