toXml abstract method
void
toXml(
- XmlBuilder builder
Converts the party's details into XML format.
This method needs to be implemented by subclasses to define how the party details should
be represented in XML. It uses the XmlBuilder
to generate the necessary XML structure.
Implementation
void toXml(XmlBuilder builder);