EN
Ce contenu n’est pas disponible dans votre langue. Voici la version anglaise.
Ce sujet n'a pas encore été évalué - Évaluez ce sujet

XmlObjectSerializer.ReadObject Method (XmlDictionaryReader)

May 02, 2013

Reads the XML document or stream with an XmlDictionaryReader and returns the deserialized object.

Namespace:  System.Runtime.Serialization
Assembly:  System.Runtime.Serialization (in System.Runtime.Serialization.dll)
public virtual Object ReadObject(
	XmlDictionaryReader reader
)

Parameters

reader
Type: System.Xml.XmlDictionaryReader
An XmlDictionaryReader used to read the XML document.

Return Value

Type: System.Object
The deserialized object.

This method is a virtual method and has a default implementation that creates a dictionary reader to read the underlying stream and deserialize it. The default implementation assumes the stream is text or XML.

Windows Phone OS

Supported in: 8.0, 7.1, 7.0

Windows Phone

Cela vous a-t-il été utile ?
(1500 caractères restants)
© 2013 Microsoft. Tous droits réservés.