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!

BinaryFormatter.Serialize (Stream, Object)

Serialize the object, or graph of objects whose top (root) is specified in the argument

[Visual Basic]
Overloads Overridable Public Sub Serialize( _
   ByVal serializationStream As Stream, _
   ByVal graph As Object _
)
[C#]
public virtual void Serialize(
   Stream serializationStream,
   object graph
);
[C++]
public: virtual void Serialize(
   Stream* serializationStream,
   Object* graph
);
[JScript]
public function Serialize(
   serializationStream : Stream,
   graph : Object
);

Parameters

serializationStream
[To be supplied.]
graph
The object at the root of the graph to be serialized

See Also

BinaryFormatter Class | BinaryFormatter Members | System.Runtime.Serialization.Formatters.Binary Namespace | BinaryFormatter.Serialize Overload List