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. |
IRemotingFormatter Interface | System.Runtime.Remoting Namespace