Closed j closed 6 years ago
Is it possible to deserialize to an already created object? I.E.
const user = new User(); user.firstName = 'John'; // Is this possible? deserialize(user, { lastName: 'Doe' });
Dirp, found "update".
Is it possible to deserialize to an already created object? I.E.