-
Notifications
You must be signed in to change notification settings - Fork 519
Open
Labels
flag: needs discussionIssues which needs discussion before implementation.Issues which needs discussion before implementation.type: featureIssues related to new features.Issues related to new features.
Description
Description
Excerpt from a previous issue [cos I share their thought process]:
class MyClass {
@Expose({ name: 'desc', toPlainOnly: true })
description: string
}
const x = { description: 'asc' }
const y = plainToInstance(MyClass, x)
const z = instanceToPlain(y) // type: Record<string, any>;Proposed solution
I'd have to go through the codebase. Just documenting this first so I could fall back to it in a minute.
muriloCoelho1212
Metadata
Metadata
Assignees
Labels
flag: needs discussionIssues which needs discussion before implementation.Issues which needs discussion before implementation.type: featureIssues related to new features.Issues related to new features.