RecurrenceWriteXml Method
This is called to serialize the instance to XML
Namespace: EWSoftware.PDIAssembly: EWSoftware.PDI (in EWSoftware.PDI.dll) Version: 2023.1.2.0
public void WriteXml(
XmlWriter writer
)
Public Sub WriteXml (
writer As XmlWriter
)
public:
virtual void WriteXml(
XmlWriter^ writer
) sealed
abstract WriteXml :
writer : XmlWriter -> unit
override WriteXml :
writer : XmlWriter -> unit
- writer XmlWriter
- The XML writer to which the instance is serialized
IXmlSerializableWriteXml(XmlWriter) The recurrence object already has an extremely efficient serialized format, the iCalendar
RRULE. As such, when serializing we'll use that compact form rather than a more verbose form with
the various properties all spelled out with separate entities.