Search
Header.SaveTo Method
See Also
 





Serializes the object to the specified writer.

Namespace: MindFusion.Diagramming.Lanes
Package: MindFusion.Diagramming

 Syntax

C#  Copy Code

protected virtual void SaveTo (
    BinaryWriter writer,
    PersistContext ctx
)

Visual Basic  Copy Code

Protected Overridable Sub SaveTo( _
    writer As BinaryWriter, _
    ctx As PersistContext _
)

 Parameters

writer
A BinaryWriter object the header's data should be written to.
ctx
A PersistContext object providing contextual information about the serialization process and some helper serialization methods.

 See Also