Serializes the specified property value to the provided writer.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
SyntaxC#
Copy Code
|
|---|
void Serialize ( |
Visual Basic
Copy Code
|
|---|
Sub Serialize( _ |
A System.IO.BinaryWriter instance used to write to the binary stream.
The property value.
The DiagramItem whose property is being serialized, or a Control instance when serializing ControlNode.
See Also