method MandateSerializationStrategyRegistry.prototype.deserializeMandate
MandateSerializationStrategyRegistry.prototype.deserializeMandate(json: string): Promise<Mandate>

Deserialize mandate by detecting type from JSON and using appropriate strategy

Parameters

json: string

Return Type

Promise<Mandate>

Usage

import { MandateSerializationStrategyRegistry } from ".";