System::Xml::Serialization::XmlSerializer::Deserialize metod
İçindekiler
[
Saklamak
]XmlSerializer::Deserialize(System::SharedPtr<IO::Stream>) method
XML belgesini nesneye serileştirir.
System::SharedPtr<Object> System::Xml::Serialization::XmlSerializer::Deserialize(System::SharedPtr<IO::Stream> stream)
| Parametre | Tür | Açıklama |
|---|---|---|
| akış | System::SharedPtr<IO::Stream> | Belgeyi okumak için akış. |
ReturnValue
Object that was previously serialized into the document given.
Ayrıca Bakınız
- Typedef SharedPtr
- Class Object
- Class Stream
- Class XmlSerializer
- Namespace System::Xml::Serialization
- Library Aspose.Font for C++
XmlSerializer::Deserialize(System::SharedPtr<IO::TextReader>) method
XML belgesini nesneye serileştirir.
System::SharedPtr<Object> System::Xml::Serialization::XmlSerializer::Deserialize(System::SharedPtr<IO::TextReader> textReader)
| Parametre | Tür | Açıklama |
|---|---|---|
| textReader | System::SharedPtr<IO::TextReader> | Belgeyi okumak için okuyucu. |
ReturnValue
Object that was previously serialized into the document given.
Ayrıca Bakınız
- Typedef SharedPtr
- Class Object
- Class TextReader
- Class XmlSerializer
- Namespace System::Xml::Serialization
- Library Aspose.Font for C++
XmlSerializer::Deserialize(System::SharedPtr<XmlReader>) method
XML belgesini nesneye serileştirir.
System::SharedPtr<Object> System::Xml::Serialization::XmlSerializer::Deserialize(System::SharedPtr<XmlReader> xmlReader)
| Parametre | Tür | Açıklama |
|---|---|---|
| xmlReader | System::SharedPtr<XmlReader> | Belgeyi okumak için okuyucu. |
ReturnValue
Object that was previously serialized into the document given.
Ayrıca Bakınız
- Typedef SharedPtr
- Class Object
- Class XmlReader
- Class XmlSerializer
- Namespace System::Xml::Serialization
- Library Aspose.Font for C++
XmlSerializer::Deserialize(System::SharedPtr<XmlReader>, String) method
XML belgesini nesneye serileştirir.
System::SharedPtr<Object> System::Xml::Serialization::XmlSerializer::Deserialize(System::SharedPtr<XmlReader> xmlReader, String encodingStyle)
| Parametre | Tür | Açıklama |
|---|---|---|
| xmlReader | System::SharedPtr<XmlReader> | Belgeyi okumak için okuyucu. |
| encodingStyle | Dize | Nesneyi serileştirmek için kullanılan stil. |
ReturnValue
Object that was previously serialized into the document given.
Ayrıca Bakınız
- Typedef SharedPtr
- Class Object
- Class XmlReader
- Class String
- Class XmlSerializer
- Namespace System::Xml::Serialization
- Library Aspose.Font for C++