The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
NetDataContractSerializer::Serialize Method (Stream^, Object^)
.NET Framework (current version)
Serializes the specified object graph using the specified writer.
Assembly: System.Runtime.Serialization (in System.Runtime.Serialization.dll)
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.
Implements
IFormatter::Serialize(Stream^, Object^)
.NET Framework
Available since 3.0
Available since 3.0
Show: