Deserializes the item from the specified reader.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
SyntaxC#
Copy Code
|
|---|
protected virtual void LoadFrom ( |
Visual Basic
Copy Code
|
|---|
Protected Overridable 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