System::Xml::Serialization::XmlSerializer::Deserialize-methode
inhoud
[
verbergen
]XmlSerializer::Deserialize(System::SharedPtr<IO::Stream>) method
Deserialiseert een XML‑document naar een object.
System::SharedPtr<Object> System::Xml::Serialization::XmlSerializer::Deserialize(System::SharedPtr<IO::Stream> stream)
| Parameter | Type | Beschrijving |
|---|---|---|
| stream | System::SharedPtr<IO::Stream> | Stream om document van te lezen. |
ReturnValue
Object that was previously serialized into the document given.
Zie ook
- Typedef SharedPtr
- Class Object
- Class Stream
- Class XmlSerializer
- Namespace System::Xml::Serialization
- Library Aspose.Page for C++
XmlSerializer::Deserialize(System::SharedPtr<IO::TextReader>) method
Deserialiseert een XML‑document naar een object.
System::SharedPtr<Object> System::Xml::Serialization::XmlSerializer::Deserialize(System::SharedPtr<IO::TextReader> textReader)
| Parameter | Type | Beschrijving |
|---|---|---|
| textReader | System::SharedPtr<IO::TextReader> | Lezer om een document van te lezen. |
ReturnValue
Object that was previously serialized into the document given.
Zie ook
- Typedef SharedPtr
- Class Object
- Class TextReader
- Class XmlSerializer
- Namespace System::Xml::Serialization
- Library Aspose.Page for C++
XmlSerializer::Deserialize(System::SharedPtr<XmlReader>) method
Deserialiseert een XML‑document naar een object.
System::SharedPtr<Object> System::Xml::Serialization::XmlSerializer::Deserialize(System::SharedPtr<XmlReader> xmlReader)
| Parameter | Type | Beschrijving |
|---|---|---|
| xmlReader | System::SharedPtr<XmlReader> | Lezer om een document van te lezen. |
ReturnValue
Object that was previously serialized into the document given.
Zie ook
- Typedef SharedPtr
- Class Object
- Class XmlReader
- Class XmlSerializer
- Namespace System::Xml::Serialization
- Library Aspose.Page for C++
XmlSerializer::Deserialize(System::SharedPtr<XmlReader>, String) method
Deserialiseert een XML‑document naar een object.
System::SharedPtr<Object> System::Xml::Serialization::XmlSerializer::Deserialize(System::SharedPtr<XmlReader> xmlReader, String encodingStyle)
| Parameter | Type | Beschrijving |
|---|---|---|
| xmlReader | System::SharedPtr<XmlReader> | Lezer om een document van te lezen. |
| encodingStyle | String | Stijl die wordt gebruikt om object te serialiseren. |
ReturnValue
Object that was previously serialized into the document given.
Zie ook
- Typedef SharedPtr
- Class Object
- Class XmlReader
- Class String
- Class XmlSerializer
- Namespace System::Xml::Serialization
- Library Aspose.Page for C++