serialize_xld🔗
Short description🔗
serialize_xld — Serialize an XLD object.
Signature🔗
serialize_xld( xld XLD, out serialized_item SerializedItemHandle )
Description🔗
serialize_xld serializes an XLD object (see
fwrite_serialized_item for an introduction of the basic
principle of serialization). The XLD object is defined by the parameter
XLD. The serialized XLD object is returned by the handle
SerializedItemHandle and can be deserialized by
deserialize_xld.
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🔗
XLD (input_object) xld(-array) → object
XLD object.
SerializedItemHandle (output_control) serialized_item → (handle)
Handle of the serialized item.
Result🔗
If the parameters are valid, the operator
serialize_xld returns the value 2 (H_MSG_TRUE). If
necessary, an exception is raised.
Combinations with other operators🔗
Combinations
Possible predecessors
gen_contour_polygon_xld, gen_parallels_xld, gen_polygons_xld
Possible successors
fwrite_serialized_item, send_serialized_item, deserialize_xld
See also
Module🔗
Foundation