Click or drag to resize
XmlSerializerDeserialize Method (Stream)
Deserializes the XML document contained by the specified System.IO.Stream.

Namespace: System.Xml.Serialization
Assembly: CSharpXamlForHtml5.System.Xml.dll (in CSharpXamlForHtml5.System.Xml.dll.dll) Version: 1.0.0.0
Syntax
C#
public Object Deserialize(
	Stream stream
)

Parameters

stream
Type: System.IOStream
The System.IO.Stream that contains the XML document to deserialize.

Return Value

Type: Object
The System.Object being deserialized.
See Also