Search
MapNode.SaveTo Method
See Also
 





Serializes the object to the specified writer.

Namespace: MindFusion.Diagramming
Package: MindFusion.Diagramming

 Syntax

C#  Copy Code

protected override void SaveTo (
    BinaryWriter writer,
    PersistContext context
)

Visual Basic  Copy Code

Protected Overrides Sub SaveTo( _
    writer As BinaryWriter, _
    context As PersistContext _
)

 Parameters

writer

A BinaryWriter object the item's data should be written to.

context

A PersistContext object providing contextual information about the serialization process and some helper serialization methods.

 See Also