Click or drag to resize

vFormatterSerialize Method

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