GH_ArchivedUndoActionDeserialize Method |
Deserializes the obj from the local archive.
Namespace:
Grasshopper.Kernel.Undo
Assembly:
Grasshopper (in Grasshopper.dll)
Syntaxprotected void Deserialize(
GH_ISerializable obj
)
Protected Sub Deserialize (
obj As GH_ISerializable
)
Parameters
- obj
- Type: GH_IOGH_ISerializable
Exceptions| Exception | Condition |
|---|
| ArgumentNullException | Thrown when obj is a null reference. |
| NullReferenceException | Thrown when the internal archive data is null. |
| IOException | Thrown when the deserialization fails. |
See Also