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

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

    Parameters

    stream
    The Stream containing the XML-document instance to deserialize
    type
    The type of object being deserialized

    Return Value

    The Object being deserialized
    See Also