Click or drag to resize

vFormatterSerialize Method

IT Hit WebDAV Classes Reference
Overload List
  NameDescription
Public methodSerialize(IDavComponent)
Serializes the IDavComponent object to string.
(Overrides FormatterSerialize(IDavComponent).)
Public methodSerialize(IEnumerableIDavComponent)
Serializes the list of IDavComponent objects to string.
(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 IDavComponent objects to the given stream.
(Overrides FormatterSerialize(Stream, IEnumerableIDavComponent).)
Top
See Also