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::Deserialize Method (Stream^)
.NET Framework (current version)
Deserializes an XML document or stream into an object.
Assembly: System.Runtime.Serialization (in System.Runtime.Serialization.dll)
Parameters
- stream
-
Type:
System.IO::Stream^
A Stream that contains the XML to deserialize.
Implements
IFormatter::Deserialize(Stream^)This method assumes the default format is text XML.
Security Note
|
|---|
Calling this method with untrusted data is a security risk. Call this method only with trusted data. For more information, see Untrusted Data Security Risks. |
.NET Framework
Available since 3.0
Available since 3.0
Show:
