Grasshopper API
GH_ArchivedUndoActionDeserialize Method |
Deserializes the obj from the local archive.
Namespace: Grasshopper.Kernel.Undo
Assembly: Grasshopper (in Grasshopper.dll)

protected void Deserialize( GH_ISerializable obj )
Protected Sub Deserialize ( obj As GH_ISerializable )
Parameters
- obj
- Type: GH_IOGH_ISerializable

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. |
