deserialize_tuple🔗
Short description🔗
deserialize_tuple — Deserialize a serialized tuple.
Signature🔗
deserialize_tuple( serialized_item SerializedItemHandle, out tuple Tuple )
Description🔗
deserialize_tuple deserializes the data of a tuple, that was
serialized by serialize_tuple (see fwrite_serialized_item
for an introduction of the basic principle of serialization). The
serialized data of the tuple is defined by the handle
SerializedItemHandle.
The deserialized values are stored in an automatically created
tuple with the handle Tuple.
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.
Tuple (output_control) tuple(-array) → (real / integer / string / handle)
Tuple.
Result🔗
If the parameters are valid, the operator
deserialize_tuple returns the value 2 (H_MSG_TRUE). If
necessary, an exception is raised.
Combinations with other operators🔗
Module🔗
Foundation