Expand description
Graph persistence for serialization and storage
This module provides persistence capabilities for graph definitions, allowing graphs to be saved, loaded, and shared across sessions.
Structs§
- Edge
Definition - EdgeDefinition - Serializable edge structure
- File
Persistence - FilePersistence - File-based graph storage
- Graph
Definition - GraphDefinition - Serializable graph structure
- Memory
Persistence - MemoryPersistence - In-memory graph storage
- Node
Definition - NodeDefinition - Serializable node structure
- Router
Definition - RouterDefinition - Serializable router structure
Enums§
- Edge
Type - EdgeType - Type of edge connection
- Node
Type - NodeType - Type of node execution
- Persistence
Error - Persistence error types
Traits§
- Graph
Persistence - GraphPersistence trait for storing and loading graph definitions