[]
        
Serializes an object to XML using the ISerializeSupport3 interface.
public static bool SerializeObject3(object o, string elementName, XmlTextWriter w, Assembly callingAssembly)Public Shared Function SerializeObject3(o As Object, elementName As String, w As XmlTextWriter, callingAssembly As Assembly) As Boolean| Type | Name | Description | 
|---|---|---|
| object | o | Object to serialize | 
| string | elementName | Name of XML element | 
| XmlTextWriter | w | XmlTextWriter object to which to save | 
| Assembly | callingAssembly | 
| Type | Description | 
|---|---|
| bool | true if successful; false otherwise |