Transforms an action call argument by returning a SerializedActionCallArgument. The following are supported out of the box:
SerializedActionCallArgument
If the value cannot be serialized it will throw an exception.
Argument value to be transformed into its serializable form.
Optional
Target root node of the model where this action is being performed.
The serializable form of the passed value.
Transforms an action call argument by returning a
SerializedActionCallArgument
. The following are supported out of the box:If the value cannot be serialized it will throw an exception.