ComponentOne List for WinForms
C1.Win.C1List.Util.Xml.Serialization Namespace / Serializer Class / Deserialize Method / Deserialize(XmlTextReader,Type) Method
The XmlReader containing the XML-document instance to deserialize
The type of object being deserialized

In This Topic
    Deserialize(XmlTextReader,Type) Method
    In This Topic
    Deserializes an XML-document instance
    Syntax
    'Declaration
     
    
    Public Overloads Function Deserialize( _
       ByVal reader As XmlTextReader, _
       ByVal type As Type _
    ) As Object
    public object Deserialize( 
       XmlTextReader reader,
       Type type
    )

    Parameters

    reader
    The XmlReader containing the XML-document instance to deserialize
    type
    The type of object being deserialized

    Return Value

    The Object being deserialized
    See Also