NetDataContractSerializer::Serialize Method (Stream^, Object^)

 

Serializes the specified object graph using the specified writer.

Namespace:   System.Runtime.Serialization
Assembly:  System.Runtime.Serialization (in System.Runtime.Serialization.dll)

public:
virtual void Serialize(
	Stream^ stream,
	Object^ graph
) sealed

Parameters

stream
Type: System.IO::Stream^

The Stream to serialize with.

graph
Type: System::Object^

The object to serialize. All child objects of this root object are automatically serialized.

.NET Framework
Available since 3.0
Return to top
Show: