This package contains the code for model services in NMF
$ dotnet add package NMF-ModelServicesNMF Model Services provides generic services connected to models when used in a server setting.
This package contains the following classes:
JsonModelSerializer is a serializer implementation that serializes and deserializes models from and to JSON (rather than XMI which uses XML). The interface is the same.IModelServer and the implementation ModelServer allow a service to access sessions of models. These sessions control an undo/redo stack and an active session.There is a documentation website which we try to maintain that contains a few tutorials. There are publications if you want to explore the technical details. Also, please feel free to ask a question or report a bug.