Function: serializeActionCall()
function serializeActionCall(actionCall, targetRoot?): SerializedActionCall;
Ensures that an action call is serializable by mapping the action arguments into its
serializable version by using serializeActionCallArgument.
Parameters
| Parameter | Type | Description |
|---|---|---|
actionCall | ActionCall | Action call to convert. |
targetRoot? | object | Target root node of the model where this action is being performed. |
Returns
The serializable action call.