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
If the decorator for property a is processed before the decorator for property b, the "special" factory function to call the constructor will not be setup in the ModelSchema. Consequently, the constructor will not be called when the class is deserialized.
The text was updated successfully, but these errors were encountered:
In a class that uses both constructor parameter decorators and property decorators such as:
If the decorator for property
a
is processed before the decorator for propertyb
, the "special" factory function to call the constructor will not be setup in the ModelSchema. Consequently, the constructor will not be called when the class is deserialized.The text was updated successfully, but these errors were encountered: