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)
ParameterTypeΠεριγραφή
ροήSystem::SharedPtr<IO::Stream>Ροή για ανάγνωση εγγράφου.

ReturnValue

Object that was previously serialized into the document given.

Δείτε επίσης

XmlSerializer::Deserialize(System::SharedPtr<IO::TextReader>) method

Αποσειριοποιεί έγγραφο XML σε αντικείμενο.

System::SharedPtr<Object> System::Xml::Serialization::XmlSerializer::Deserialize(System::SharedPtr<IO::TextReader> textReader)
ParameterTypeΠεριγραφή
textReaderSystem::SharedPtr<IO::TextReader>Αναγνώστης για ανάγνωση εγγράφου από.

ReturnValue

Object that was previously serialized into the document given.

Δείτε επίσης

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

Αποσειριοποιεί έγγραφο XML σε αντικείμενο.

System::SharedPtr<Object> System::Xml::Serialization::XmlSerializer::Deserialize(System::SharedPtr<XmlReader> xmlReader)
ParameterTypeΠεριγραφή
xmlReaderSystem::SharedPtr<XmlReader>Αναγνώστης για ανάγνωση εγγράφου από.

ReturnValue

Object that was previously serialized into the document given.

Δείτε επίσης

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

Αποσειριοποιεί έγγραφο XML σε αντικείμενο.

System::SharedPtr<Object> System::Xml::Serialization::XmlSerializer::Deserialize(System::SharedPtr<XmlReader> xmlReader, String encodingStyle)
ParameterTypeΠεριγραφή
xmlReaderSystem::SharedPtr<XmlReader>Αναγνώστης για ανάγνωση εγγράφου από.
encodingStyleStringΣτυλ που χρησιμοποιείται για τη σειριοποίηση του αντικειμένου.

ReturnValue

Object that was previously serialized into the document given.

Δείτε επίσης