System::Xml::Serialization::XmlSerializer::Deserialize 메서드
내용물
[
숨다
]XmlSerializer::Deserialize(System::SharedPtr<IO::Stream>) method
XML 문서를 객체로 역직렬화합니다.
System::SharedPtr<Object> System::Xml::Serialization::XmlSerializer::Deserialize(System::SharedPtr<IO::Stream> stream)
| 매개변수 | 형식 | 설명 |
|---|---|---|
| 스트림 | System::SharedPtr<IO::Stream> | 문서를 읽을 스트림. |
ReturnValue
Object that was previously serialized into the document given.
또 보기
- Typedef SharedPtr
- Class Object
- Class Stream
- Class XmlSerializer
- Namespace System::Xml::Serialization
- Library Aspose.Page for C++
XmlSerializer::Deserialize(System::SharedPtr<IO::TextReader>) method
XML 문서를 객체로 역직렬화합니다.
System::SharedPtr<Object> System::Xml::Serialization::XmlSerializer::Deserialize(System::SharedPtr<IO::TextReader> textReader)
| 매개변수 | 형식 | 설명 |
|---|---|---|
| textReader | System::SharedPtr<IO::TextReader> | 문서를 읽기 위한 리더. |
ReturnValue
Object that was previously serialized into the document given.
또 보기
- Typedef SharedPtr
- Class Object
- Class TextReader
- Class XmlSerializer
- Namespace System::Xml::Serialization
- Library Aspose.Page for C++
XmlSerializer::Deserialize(System::SharedPtr<XmlReader>) method
XML 문서를 객체로 역직렬화합니다.
System::SharedPtr<Object> System::Xml::Serialization::XmlSerializer::Deserialize(System::SharedPtr<XmlReader> xmlReader)
| 매개변수 | 형식 | 설명 |
|---|---|---|
| xmlReader | System::SharedPtr<XmlReader> | 문서를 읽기 위한 리더. |
ReturnValue
Object that was previously serialized into the document given.
또 보기
- Typedef SharedPtr
- Class Object
- Class XmlReader
- Class XmlSerializer
- Namespace System::Xml::Serialization
- Library Aspose.Page for C++
XmlSerializer::Deserialize(System::SharedPtr<XmlReader>, String) method
XML 문서를 객체로 역직렬화합니다.
System::SharedPtr<Object> System::Xml::Serialization::XmlSerializer::Deserialize(System::SharedPtr<XmlReader> xmlReader, String encodingStyle)
| 매개변수 | 형식 | 설명 |
|---|---|---|
| xmlReader | System::SharedPtr<XmlReader> | 문서를 읽기 위한 리더. |
| encodingStyle | String | 객체를 직렬화하는 데 사용되는 스타일. |
ReturnValue
Object that was previously serialized into the document given.
또 보기
- Typedef SharedPtr
- Class Object
- Class XmlReader
- Class String
- Class XmlSerializer
- Namespace System::Xml::Serialization
- Library Aspose.Page for C++