Grasshopper API
GH_ISerializable Interface |
Every object which needs to (de)serialize itself using GH_IO methodology
must implement this interface.
Namespace: GH_IO
Assembly: GH_IO (in GH_IO.dll)
The GH_ISerializable type exposes the following members.
| Name | Description | |
|---|---|---|
| Read |
This method is called whenever the instance is required to deserialize itself.
| |
| Write |
This method is called whenever the instance is required to serialize itself.
|