Click or drag to resize

FormatterSerialize Method (Stream, IEnumerableIComponent)

IT Hit WebDAV Classes Reference
Serializes the list of Component object to the given stream.

Namespace:  ITHit.Collab
Assembly:  ITHit.Collab (in ITHit.Collab.dll) Version: 1.0.0.540 (1.0.0.540)
Syntax
public virtual void Serialize(
	Stream serializationStream,
	IEnumerable<IComponent> davComponentsList
)

Parameters

serializationStream
Type: System.IOStream
The stream to which the object is to be serialized.
davComponentsList
Type: System.Collections.GenericIEnumerableIComponent
DavComponents list to be formatted. Its must be of type Component.
See Also