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 Methods

The methods of the IRemotingFormatter interface are listed below. For a complete list of IRemotingFormatter interface members, see the IRemotingFormatter Members topic.

Deserialize Begins the process of deserialization. For purposes of serialization, this will probably rely on a stream that has been connected to the formatter through other means.
Serialize Starts the process of serialization. The object graph commencing at graph will be serialized to the appropriate backing store.

See Also

IRemotingFormatter Interface | System.Runtime.Remoting Namespace