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
In the past, a basic interface was provided to allow the developer to make their own model. Version 2, I'd like to get away from that and instead have a model class that'll help with serialization.
With the power of attributes, the developer can define their model properties and simply inherit a base class that'll handle the grunt work of serialization for them.
This should make it easier on the developer to create a model without having to handle the complexities of serialization.
The text was updated successfully, but these errors were encountered:
In the past, a basic interface was provided to allow the developer to make their own model. Version 2, I'd like to get away from that and instead have a model class that'll help with serialization.
With the power of attributes, the developer can define their model properties and simply inherit a base class that'll handle the grunt work of serialization for them.
This should make it easier on the developer to create a model without having to handle the complexities of serialization.
The text was updated successfully, but these errors were encountered: