-
Notifications
You must be signed in to change notification settings - Fork 56
Open
Labels
enhancementNew feature or requestNew feature or request
Description
As of now, the JsonCustomConvert interface has the methods serialize(data: T): any and deserialize(data: any): T.
In some cases, the (de-)serialization might be dependent on the parent's object values. We could add an optional parameter parentData?: any in both methods that contains the parent data (object) if it exists, undefined otherwise.
srn271
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request