Deserializes the object from the specified reader.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
SyntaxC#
Copy Code
|
|---|
protected override void LoadFrom ( |
Visual Basic
Copy Code
|
|---|
Protected Overrides Sub LoadFrom( _ |
A BinaryReader object from which to read the item's data.
A PersistContext object providing contextual information about the serialization process and some helper serialization methods.
See Also