Name | Description | |
---|---|---|
![]() | Serialize(IComponent) |
Serializes business card, calendar or calendar component to string in xCard / xCalendar (XML) format.
(Overrides Formatter.Serialize(IComponent).) |
![]() | Serialize(IEnumerable<IComponent>) |
Serializes business cards, calendars or calendar components to string in xCard / xCalendar format.
(Overrides Formatter.Serialize(IEnumerable<IComponent>).) |
![]() | Serialize(Stream, IComponent) |
Serializes a business card, calendar or calendar component to xCard / xCalendar (XML) format and writes it to the given stream.
(Overrides Formatter.Serialize(Stream, IComponent).) |
![]() | Serialize(Stream, IEnumerable<IComponent>) |
Serializes a list of business cards, calendars or calendar components to xCard / xCalendar (XML) format and writes it to the given stream.
(Overrides Formatter.Serialize(Stream, IEnumerable<IComponent>).) |