MasterSerializer's serialize method is triggered automatically during await historian.suspend() by the Historian. Historian handles the serialization of the workflow's state internally.
Deserialize method is called automatically by the Historian when resuming the workflow using historian.run(). Historian uses this to reconstruct the workflow's state from its serialized form to continue execution.
MasterSerializer's serialize method is triggered automatically during await historian.suspend() by the Historian. Historian handles the serialization of the workflow's state internally.
Deserialize method is called automatically by the Historian when resuming the workflow using historian.run(). Historian uses this to reconstruct the workflow's state from its serialized form to continue execution.