Starts the process of serialization. The object graph commencing at graph will be serialized to the appropriate backing store.
[Visual Basic] Sub Serialize( _ ByVal serializationStream As Stream, _ ByVal graph As Object, _ ByVal headers() As Header _ ) [C#] void Serialize( Stream serializationStream, object graph, Header[] headers ); [C++] void Serialize( Stream* serializationStream, Object* graph, Header* headers[] ) = 0; [JScript] function Serialize( serializationStream : Stream, graph : Object, headers : Header[] );
IRemotingFormatter Interface | IRemotingFormatter Members | System.Runtime.Remoting Namespace