deserialize_object🔗
Short description🔗
deserialize_object — Deserialize a serialized iconic object.
Signature🔗
deserialize_object( out object Object, serialized_item SerializedItemHandle )
Description🔗
deserialize_object deserializes an iconic object, that was
serialized by serialize_object (see fwrite_serialized_item
for an introduction of the basic principle of serialization). The
serialized iconic object is defined by the parameter
SerializedItemHandle. The deserialized iconic object is
stored in the iconic object defined by the parameter Object.
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🔗
Object (output_object) object(-array) → object
Iconic object.
SerializedItemHandle (input_control) serialized_item → (handle)
Handle of the serialized item.
Result🔗
If the parameters are valid, the operator
deserialize_object 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_object
See also
Module🔗
Foundation