XmlSerializerDeserialize Method

Overload List

Deserialize(Stream) Deserializes an object from the provided Stream in the stream parameter.
Deserialize(String) Deserializes an object from the specified file passed in the fileName parameter.
Deserialize(TextReader) Deserializes an object using the provided TextReader in the reader parameter.
Deserialize(XElement) Deserializes an XML content to an object. Works for the results of the Serialize(Object, XmlSerializationOptions) method.
Deserialize(XmlReader) Deserializes an object using the provided XmlReader in the reader parameter.

See Also