Operator Reference
deserialize_object (Operator)
deserialize_object — Deserialize a serialized iconic object.
Signature
deserialize_object( : Object : 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
- 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.
Possible Predecessors
fread_serialized_item,
receive_serialized_item,
serialize_object
See also
Module
Foundation