Serialize(Object,XmlTextWriter) Method
In This Topic
Saves the object to XML.
Syntax
'Declaration
Public Overloads Shared Shadows Sub Serialize( _
ByVal As Object, _
ByVal As XmlTextWriter _
)
'Usage
Dim obj As Object
Dim w As XmlTextWriter
PSShape.Serialize(obj, w)
public new static void Serialize(
object ,
XmlTextWriter
)
Parameters
- obj
- Object to save
- w
- XmlTextWriter to which to write (save) the object
See Also