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.Serialization
Assembly: ITHit.Collab (in ITHit.Collab.dll) Version: 1.0.0.519 (1.0.0.519)
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