Name | Description | |
---|---|---|
Serialize(IComponent) |
Serializes business card, calendar or calendar component to string in jCard / jCalendar (JSON) format.
(Overrides FormatterSerialize(IComponent).) | |
Serialize(IEnumerableIComponent) |
Serializes business cards, calendars or calendar components to string in jCard / jCalendar format.
(Overrides FormatterSerialize(IEnumerableIComponent).) | |
Serialize(Stream, IComponent) |
Serializes a business card, calendar or calendar component to jCard / jCalendar (JSON) format and writes it to the given stream.
(Overrides FormatterSerialize(Stream, IComponent).) | |
Serialize(Stream, IEnumerableIComponent) |
Serializes a list of business cards, calendars or calendar components to jCard / jCalendar (JSON) format and writes it to the given stream.
(Overrides FormatterSerialize(Stream, IEnumerableIComponent).) |