'Usage Dim instance As GroupDataModel Dim w As XmlTextWriter Dim value As Boolean value = instance.Serialize(w)
Parameters
- w
- XmlTextWriter object to which to save the object
Return Value
Boolean: true if successful; false otherwise
'Usage Dim instance As GroupDataModel Dim w As XmlTextWriter Dim value As Boolean value = instance.Serialize(w)