deserializeTransferPlan
function deserializeTransferPlan(text: string): TransferPlan;Defined in: src/transfers/resumableBatch.ts:74
Parses a plan produced by serializeTransferPlan.
Parameters
Section titled “Parameters”| Parameter | Type | Description |
|---|---|---|
text | string | Serialized plan JSON. |
Returns
Section titled “Returns”The reconstructed plan.
Throws
Section titled “Throws”ConfigurationError When the input is not a serialized plan.