You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
src/serializer.ts
var type = defineProp.type;
// Because semotus can serialize only the shadow properties we try and restore them
var pojoProp = (type && typeof pojo['' + propb] !== 'undefined') ? '' + propb : propb;
if semotus needs these shadow properties to be restored, the functionality should be moved to semotus. We should clearly segregate the responsibilities of these libraries.
The text was updated successfully, but these errors were encountered:
src/serializer.ts
var type = defineProp.type;
// Because semotus can serialize only the shadow properties we try and restore them
var pojoProp = (type && typeof pojo['' + propb] !== 'undefined') ? '' + propb : propb;
if semotus needs these shadow properties to be restored, the functionality should be moved to semotus. We should clearly segregate the responsibilities of these libraries.
The text was updated successfully, but these errors were encountered: