Click or drag to resize

hFormatterSerialize Method

IT Hit WebDAV Classes Reference
Overload List
  NameDescription
Public methodSerialize(IDavComponent)
Serializes the IDavComponent object to hCard.
(Overrides FormatterSerialize(IDavComponent).)
Public methodSerialize(IEnumerableIDavComponent)
Serializes the list of IDavComponent objects to hCard.
(Overrides FormatterSerialize(IEnumerableIDavComponent).)
Public methodSerialize(Stream, IDavComponent)
Serializes the IDavComponent object to the given stream.
(Overrides FormatterSerialize(Stream, IDavComponent).)
Public methodSerialize(Stream, IEnumerableIDavComponent)
Serializes the list of DavComponent object to the given stream.
(Overrides FormatterSerialize(Stream, IEnumerableIDavComponent).)
Top
See Also