Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.DrawingSpace Namespace / PSObject 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 Sub Deserialize( _
   ByVal obj As Object, _
   ByVal r As XmlNodeReader _
) 
 
'Usage
 
Dim obj As Object
Dim r As XmlNodeReader
 
PSObject.Deserialize(obj, r)

Parameters

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