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
Often times, it's useful to rename classes to make their intent more clear as your application design evolves along with new requirements.
In order to allow applications to smoothly transition their serialized data model to new versions, it would be interesting to support parsing fallback logic that would allow @arborjs/json to deserialize data mapping it to the correct data type even when the serialized type is no longer available in runtime, due to renaming.
Often times, it's useful to rename classes to make their intent more clear as your application design evolves along with new requirements.
In order to allow applications to smoothly transition their serialized data model to new versions, it would be interesting to support parsing fallback logic that would allow
@arborjs/json
to deserialize data mapping it to the correct data type even when the serialized type is no longer available in runtime, due to renaming.Ideas:
We could also look into providing a more generic decorator that would support various configuration options:
The text was updated successfully, but these errors were encountered: