True DBGrid for WinForms | ComponentOne
C1.Win.TrueDBGrid.8 Assembly / C1.Win.TrueDBGrid.Util.Xml.Serialization Namespace / Serializer Class / Deserialize Method / Deserialize(XmlTextReader,Object,Type,Type) Method
The XmlReader containing the XML-document instance to deserialize
The Object being deserialized
The type of object being deserialized
The type of array elements (in case the object is an array)

In This Topic
    Deserialize(XmlTextReader,Object,Type,Type) Method
    In This Topic
    Deserializes object
    Syntax
    'Declaration
     
    Public Overloads Function Deserialize( _
       ByVal reader As XmlTextReader, _
       ByVal o As System.Object, _
       ByVal type As System.Type, _
       ByVal elementType As System.Type _
    ) As System.Object
    public System.object Deserialize( 
       XmlTextReader reader,
       System.object o,
       System.Type type,
       System.Type elementType
    )

    Parameters

    reader
    The XmlReader containing the XML-document instance to deserialize
    o
    The Object being deserialized
    type
    The type of object being deserialized
    elementType
    The type of array elements (in case the object is an array)

    Return Value

    The Object being deserialized
    See Also