WriteXml Method
Definition
- Namespace
- Cuemon.Xml.Serialization.Converters
- Assemblies
- Cuemon.Xml.dll
WriteXml(XmlWriter, object, XmlQualifiedEntity)
Writes the XML representation of the value.
public abstract void WriteXml(XmlWriter writer, object value, XmlQualifiedEntity elementName = null)
Parameters
writerXmlWriterThe XmlWriter to write to.
valueobjectThe object to serialize.
elementNameXmlQualifiedEntityThe element name to encapsulate around
value.