XmlObjectSerializer.ReadObject Method (Stream)
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Reads the XML stream or document with a Stream and returns the deserialized object.
Assembly: System.Runtime.Serialization (in System.Runtime.Serialization.dll)
Parameters
- stream
- Type: System.IO.Stream
A Stream used to read the XML stream or document.
Show: