Hallo,
i have Created my own class for a Shape
"public class Frage : FlowShape"
For Generation the WebFrontend all work fine.
But when i Save the Diagram with
DiagramProperties data = new DiagramProperties();
data.ParseModel(Jsonstring);
i have in the Nodes only a objekt from type of FlowShape and not the type Frage
How to Parse the Model to get my own klass?