Construct a DOFInterface from its serialized byte array form.
- Resource Management:
- This function allocates resources that must later be freed by calling DOFInterface_Destroy.
- Parameters
-
| iid | The Interface ID. This should not be NULL. |
| dataSize | The size of the serialized data. |
| data | The serialized data. This should not be NULL. |
- Returns
- A new DOFInterface.
- Exceptions
-
| NULL | is returned if the data does not correspond to a valid Interface definition, or the DOFInterface cannot be created. |