XmlSerializerDeserialize Method (Stream) |
Deserializes the XML document contained by the specified System.IO.Stream.
Namespace: System.Xml.SerializationAssembly: CSharpXamlForHtml5.System.Xml.dll (in CSharpXamlForHtml5.System.Xml.dll.dll) Version: 1.0.0.0
Syntax public Object Deserialize(
Stream stream
)
Parameters
- stream
- Type: System.IOStream
The System.IO.Stream that contains the XML document to deserialize.
Return Value
Type:
ObjectThe System.Object being deserialized.
See Also