The jFormatter type exposes the following members.
Name | Description | |
---|---|---|
![]() | Deserialize(Stream) |
Deserializes list of business cards, calendars or calendar components from stream.
(Overrides FormatterDeserialize(Stream).) |
![]() | Deserialize(String) |
Deserializes list of business cards, calendars or calendar components from text.
(Overrides FormatterDeserialize(String).) |
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | EscapeParameterValue | (Inherited from Formatter.) |
![]() | EscapePropertyValue | (Inherited from Formatter.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() | GetPropertyObjectByVersion | (Inherited from Formatter.) |
![]() | GetStructuredValueForComponent | (Inherited from Formatter.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | GetTypeNameForValue | (Inherited from Formatter.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | 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).) |
![]() | SerializeProperty | (Overrides FormatterSerializeProperty(String, IProperty).) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
![]() | UnescapeParameterValue | (Inherited from Formatter.) |
![]() | UnescapePropertyValue | (Inherited from Formatter.) |