Serializer for IntentMandate entities
protected
validateRequiredFields(parsed: any): void
Validate required fields for IntentMandate deserialization
private
readonly
REQUIRED_FIELDS: string[]
Create a new serializer instance
deserialize(json: string): Promise<IntentMandate>
Static method to deserialize IntentMandate
serialize(mandate: IntentMandate): Promise<string>
Static method to serialize IntentMandate