GH_ArchivedUndoActionSerializeToByteArray Method  | 
 
 Serializes the obj into the local archive.
 
 
    Namespace: 
   Grasshopper.Kernel.Undo
    Assembly:
   Grasshopper (in Grasshopper.dll)
Syntaxprotected byte[] SerializeToByteArray(
	GH_ISerializable obj
)
Protected Function SerializeToByteArray ( 
	obj As GH_ISerializable
) As Byte()
Parameters
- obj
 - Type: GH_IOGH_ISerializable
Object to serialize 
Return Value
Type: 
Byte
See Also