Hi,
I have a diagram with
Diagram.Model.SerializationSettings.PreventDefaultValues = true;
and when I call
$("#DiagramContent").ejDiagram("instance").save();
on the client side, any nodes within a group node are not included in the save JSON.
Then when I load the diagram from this JSON at a later time, all nodes within the group node have disappeared.
Diagram screenshot:
JSON screenshot with PreventDefaultValues = true; (Note: there is no "children" object in the group node)
JSON screenshot with PreventDefaultValues = false; (Note: There is a "children" object in the group node)