Click or drag to resize

FormatterSerialize Method (Stream, IComponent)

IT Hit WebDAV Classes Reference
Serializes the IComponent 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,
	IComponent davComponent
)

Parameters

serializationStream
Type: System.IOStream
The stream to which the object is to be serialized.
davComponent
Type: ITHit.CollabIComponent
Object to be formatted.
See Also