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
ModelMarshaler is a component converts data models to json and vice versa. It has some type adapters created by default for handling some special RVD models in a special way. However it's not needed in all places.
We should remove the dependency to ModelMarshaler in *RestServices. It will reduce coupling a little more.
The text was updated successfully, but these errors were encountered:
ModelMarshaler is a component converts data models to json and vice versa. It has some type adapters created by default for handling some special RVD models in a special way. However it's not needed in all places.
We should remove the dependency to ModelMarshaler in *RestServices. It will reduce coupling a little more.
The text was updated successfully, but these errors were encountered: