'Declaration
Public Overloads Sub Serialize( _ ByVal xmlWriter As System.Xml.XmlWriter, _ ByVal elementObj As System.Object, _ Optional ByVal settings As LxWriterSettings, _ Optional ByVal elementName As System.Xml.XmlQualifiedName _ )
public void Serialize( System.Xml.XmlWriter xmlWriter, System.object elementObj, LxWriterSettings settings, System.Xml.XmlQualifiedName elementName )
Parameters
- xmlWriter
- The System.Xml.XmlWriter to write the XML data to
- elementObj
- The Liquid XML Objects attributed class to serialize
- settings
- The Liquid XML Objects settings to control the serialization, default configuration is used if null
- elementName
- The name of the root XML element. Only required if the elementObj is a complexType (attributed with LiquidTechnologies.XmlObjects.Attribution.LxComplexTypeDefinitionAttribute).