deserialize_ncc_model🔗
Short description🔗
deserialize_ncc_model — Deserialize an NCC model.
Signature🔗
deserialize_ncc_model( serialized_item SerializedItemHandle, out ncc_model ModelID )
Description🔗
deserialize_ncc_model deserializes an NCC model,
that was serialized by serialize_ncc_model (see
fwrite_serialized_item for an introduction of the basic
principle of serialization). The serialized NCC model
model is defined by the handle SerializedItemHandle.
The deserialized values are stored in an automatically created
NCC model with the handle ModelID.
Execution information🔗
Execution information
-
Multithreading type: reentrant (runs in parallel with non-exclusive operators).
-
Multithreading scope: global (may be called from any thread).
-
Processed without parallelization.
Parameters🔗
SerializedItemHandle (input_control) serialized_item → (handle)
Handle of the serialized item.
ModelID (output_control) ncc_model → (handle)
Handle of the model.
Result🔗
If the parameters are valid, the operator
deserialize_ncc_model returns the value 2 (H_MSG_TRUE). If
necessary, an exception is raised.
Combinations with other operators🔗
Combinations
Possible predecessors
fread_serialized_item, receive_serialized_item, serialize_ncc_model
Possible successors
See also
Module🔗
Matching