Code Monkey home page Code Monkey logo

Comments (3)

JAzevedoDev avatar JAzevedoDev commented on June 10, 2024

That would be really good

from blazor.diagrams.

peterharding93 avatar peterharding93 commented on June 10, 2024

I am also interested in this. I have written my own implementation which seems to work great, but has involved quite a bit of code writing and is possibly overkill. I'm about two write my third implementation for a more complex system but I am surprised I can't find any examples. Here is roughly what I have done:
All the elements in my diagram are customized by inheriting from NodeModel, PortModel, LinkModel. I added a virtual methods GetSaveState() LoadSaveState() which emit/consume a POCO / DTO object hierarchy representing the diagram. That is, I am making a complete clone of all the state information I want to persist. This class is sufficiently simple to serialized to JSON, or EF Core, or XML.
My actual model is quite complicated - quite a few concrete nodes, links and ports which are built from a hierarchy of abstract nodes links and ports. The serialization seems to work okay so far, but I'm still keen to see if there is a smarter way.

from blazor.diagrams.

MPapst avatar MPapst commented on June 10, 2024

Just my thoughts about serialization:
A mapper should be able to handle all your cases, mapping from and to NodeModels.
In addition it would leave absolutely no room for abstraction on your persistance layer.

Serializing Node Models would break the boundaries between architecture levels of every application. Depending of the technology used to transfer Data from and to the blazor app, it could also be incompatible with default serialization (think of gRPC).

from blazor.diagrams.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.