Function serializeActionCall

  • Ensures that an action call is serializable by mapping the action arguments into its serializable version by using serializeActionCallArgument.

    Parameters

    • actionCall: ActionCall

      Action call to convert.

    • Optional targetRoot: object

      Target root node of the model where this action is being performed.

    Returns SerializedActionCall

    The serializable action call.