RecurrenceWriteXml Method

This is called to serialize the instance to XML

Definition

Namespace: EWSoftware.PDI
Assembly: EWSoftware.PDI (in EWSoftware.PDI.dll) Version: 2023.1.2.0
public void WriteXml(
	XmlWriter writer
)

Parameters

writer  XmlWriter
The XML writer to which the instance is serialized

Implements

IXmlSerializableWriteXml(XmlWriter)

Remarks

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.

See Also