GH_ISerializable
Public Interface
Public Method
Public Method
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)
Syntax
public interface GH_ISerializable
The GH_ISerializable type exposes the following members.
Methods
Name
Description
Public Method
Read
This method is called whenever the instance is required to deserialize itself.
Public Method
Write
This method is called whenever the instance is required to serialize itself.