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
On the example of mapping Date object on the high level of mapping, a new Date() object is created. But mapping to such an object without correctly marked attributes makes no sense.
On the example of mapping Date object on the high level of mapping, a
new Date()object is created. But mapping to such an object without correctly marked attributes makes no sense.An exception should be thrown in such a case.