Skip to content

Graph Serialization and Loading System #15

@ManjotSingh08x

Description

@ManjotSingh08x

Description

Implement a system to export/import full graph configurations. The goal is to allow sharing project files with full fidelity.

Tasks

  • Define a graph serialization format (JSON or custom).

  • Export:

    • Node positions and layout.

    • Node data (layer parameters, names).

    • Class metadata (prebuilt vs derived class).

    • Handles, edges, names.

    • User-defined parameter dictionary.

Implement loader to reconstruct the graph from the file.

Expected Outcomes

  • Saving creates one complete configuration file.
  • Loading reproduces the graph 1:1
  • No schema mismatches or rendering issues.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or requestfeaturenew improvement or addition

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions