Méthode System::Xml::Serialization::XmlSerializer::Deserialize

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

Désérialise le document XML en objet.

System::SharedPtr<Object> System::Xml::Serialization::XmlSerializer::Deserialize(System::SharedPtr<IO::Stream> stream)
ParamètreTypeDescription
fluxSystem::SharedPtr<IO::Stream>Flux à partir duquel lire le document.

ReturnValue

Object that was previously serialized into the document given.

Voir aussi

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

Désérialise le document XML en objet.

System::SharedPtr<Object> System::Xml::Serialization::XmlSerializer::Deserialize(System::SharedPtr<IO::TextReader> textReader)
ParamètreTypeDescription
textReaderSystem::SharedPtr<IO::TextReader>Lecteur à partir duquel lire le document.

ReturnValue

Object that was previously serialized into the document given.

Voir aussi

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

Désérialise le document XML en objet.

System::SharedPtr<Object> System::Xml::Serialization::XmlSerializer::Deserialize(System::SharedPtr<XmlReader> xmlReader)
ParamètreTypeDescription
xmlReaderSystem::SharedPtr<XmlReader>Lecteur à partir duquel lire le document.

ReturnValue

Object that was previously serialized into the document given.

Voir aussi

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

Désérialise le document XML en objet.

System::SharedPtr<Object> System::Xml::Serialization::XmlSerializer::Deserialize(System::SharedPtr<XmlReader> xmlReader, String encodingStyle)
ParamètreTypeDescription
xmlReaderSystem::SharedPtr<XmlReader>Lecteur à partir duquel lire le document.
encodingStyleStringStyle utilisé pour sérialiser l’objet.

ReturnValue

Object that was previously serialized into the document given.

Voir aussi