System::Xml::Serialization::XmlSerializer::Deserialize metod

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)
ParametreTürAçı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

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)
ParametreTürAçıklama
textReaderSystem::SharedPtr<IO::TextReader>Belgeyi okumak için okuyucu.

ReturnValue

Object that was previously serialized into the document given.

Ayrıca Bakınız

XmlSerializer::Deserialize(System::SharedPtr<XmlReader>) method

XML belgesini nesneye serileştirir.

System::SharedPtr<Object> System::Xml::Serialization::XmlSerializer::Deserialize(System::SharedPtr<XmlReader> xmlReader)
ParametreTürAçıklama
xmlReaderSystem::SharedPtr<XmlReader>Belgeyi okumak için okuyucu.

ReturnValue

Object that was previously serialized into the document given.

Ayrıca Bakınız

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)
ParametreTürAçıklama
xmlReaderSystem::SharedPtr<XmlReader>Belgeyi okumak için okuyucu.
encodingStyleDizeNesneyi serileştirmek için kullanılan stil.

ReturnValue

Object that was previously serialized into the document given.

Ayrıca Bakınız