Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.DrawingSpace Namespace / PSShape Class / Deserialize Method / Deserialize(Object,XmlNodeReader) Method
Object
XmlNodeReader from which to load the object


In This Topic
    Deserialize(Object,XmlNodeReader) Method
    In This Topic
    Loads the object from XML.
    Syntax
    'Declaration
     
    
    Public Overloads Shared Shadows Sub Deserialize( _
       ByVal obj As Object, _
       ByVal r As XmlNodeReader _
    ) 
    'Usage
     
    
    Dim obj As Object
    Dim r As XmlNodeReader
     
    PSShape.Deserialize(obj, r)
    public new static void Deserialize( 
       object obj,
       XmlNodeReader r
    )

    Parameters

    obj
    Object
    r
    XmlNodeReader from which to load the object
    See Also