'DeclarationPublic Function SerializeToXElement( _ ByVal element As T, _ Optional ByVal settings As LxWriterSettings, _ Optional ByVal elementName As System.Xml.XmlQualifiedName _ ) As System.Xml.Linq.XElement
public System.Xml.Linq.XElement SerializeToXElement( T element, LxWriterSettings settings, System.Xml.XmlQualifiedName elementName )
Parameters
- element
- The Liquid XML Objects attributed class to serialize
- settings
- The Liquid XML Objects settings to control the serialization
- elementName
- The name of the root XML element. Only required if T is a complexType (attributed with LiquidTechnologies.XmlObjects.Attribution.LxComplexTypeDefinitionAttribute).