Click or drag to resize

vFormatterSerialize Method (Stream, IComponent)

IT Hit WebDAV Classes Reference
Serializes the IComponent object to the given stream.

Namespace: ITHit.Collab.Serialization
Assembly: ITHit.Collab (in ITHit.Collab.dll) Version: 1.0.0.519 (1.0.0.519)
Syntax
public override 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
IComponent to be formatted.
See Also