Deserializes a property value from the provided reader.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
SyntaxC#
Copy Code
|
|---|
Object Deserialize ( |
Visual Basic
Copy Code
|
|---|
Function Deserialize( _ |
A System.IO.BinaryReader instance used to read from the binary stream.
The DiagramItem whose property is being serialized, or a Control instance when serializing ControlNode.
The loaded object.
See Also