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
We need an API that allows snapshotting the state of a domain object and create a diff as ModelPatch when comparing with a different snapshot. Finally, it should also be allowed to apply a patch to a domain object.
It would be great if we could support JSONPatch as serialization format.
The text was updated successfully, but these errors were encountered:
We need an API that allows snapshotting the state of a domain object and create a diff as ModelPatch when comparing with a different snapshot. Finally, it should also be allowed to apply a patch to a domain object.
It would be great if we could support JSONPatch as serialization format.
The text was updated successfully, but these errors were encountered: