True DBGrid for WinForms | ComponentOne
C1.Win.TrueDBGrid.8 Assembly / C1.Win.TrueDBGrid.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 System.Type _
    ) As System.Object
    public System.object Deserialize( 
       XmlTextReader reader,
       System.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