This interface facilitates passing of complex objects to external functions.
| Method Summary | |
int |
asCoroutineParameter()
Answers an integer that represents a pointer to object's bytes. |
void |
discard()
Frees external memory allocated for object's bytes. |
void |
fromPointer()
Restores the object's instance data from a pointer to an external memory. |
| Method Detail |
public int asCoroutineParameter()
public void discard()
public void fromPointer()