GH_ArchivedUndoActionSerialize Method |
Serializes the obj into the local archive.
Namespace:
Grasshopper.Kernel.Undo
Assembly:
Grasshopper (in Grasshopper.dll)
Syntax protected void Serialize(
GH_ISerializable obj
)
Protected Sub Serialize (
obj As GH_ISerializable
)
Parameters
- obj
- Type: GH_IOGH_ISerializable
Object to serialize
See Also