In one of my addons I am sending data to an external system by generating a Job with an array of data which can be sent asynchronously (and retried if sending fails!).
The array data contains phrases, which causes problems when the Job Manager attempts to serialize the data.
\XF\Phrase already...