The jFormatter type exposes the following members.
Name | Description | |
---|---|---|
![]() | Deserialize(Stream) | (Overrides FormatterDeserialize(Stream).) |
![]() | Deserialize(String) | (Overrides FormatterDeserialize(String).) |
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | EscapeValue | (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(IDavComponent) |
Serializes the IDavComponent object to jCard.
(Overrides FormatterSerialize(IDavComponent).) |
![]() | Serialize(IEnumerableIDavComponent) |
Serializes the list of IDavComponent objects to hCard.
(Overrides FormatterSerialize(IEnumerableIDavComponent).) |
![]() | Serialize(Stream, IDavComponent) |
Serializes the IDavComponent object to the given stream.
(Overrides FormatterSerialize(Stream, IDavComponent).) |
![]() | Serialize(Stream, IEnumerableIDavComponent) |
Serializes the list of DavComponent object to the given stream.
(Overrides FormatterSerialize(Stream, IEnumerableIDavComponent).) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
![]() | UnescapeValue | (Inherited from Formatter.) |