XmlSerializer::Deserialize Method
Deserializes an XML document.
Assembly: System.Xml (in System.Xml.dll)
| Name | Description | |
|---|---|---|
![]() | Deserialize(Stream^) | Deserializes the XML document contained by the specified Stream. |
![]() | Deserialize(TextReader^) | Deserializes the XML document contained by the specified TextReader. |
![]() | Deserialize(XmlReader^) | Deserializes the XML document contained by the specified XmlReader. |
![]() | Deserialize(XmlReader^, String^) | Deserializes the XML document contained by the specified XmlReader and encoding style. |
![]() | Deserialize(XmlReader^, String^, XmlDeserializationEvents) | This API supports the product infrastructure and is not intended to be used directly from your code. Deserializes the object using the data contained by the specified XmlReader. |
![]() | Deserialize(XmlReader^, XmlDeserializationEvents) | Deserializes an XML document contained by the specified XmlReader and allows the overriding of events that occur during deserialization. |
![]() | Deserialize(XmlSerializationReader^) | This API supports the product infrastructure and is not intended to be used directly from your code. Deserializes the XML document contained by the specified XmlSerializationReader. |

