For example, say I have a function defined as follows:
function foo() { return \"Hello, serialized world!\"; }
I want to be able to seria
Don't serialize the call, instead try serializing the info, allowing to repeat the call, which can include things like class & method names, arguments passed into the call or just a call scenario name.