Skip to main content

Module persistence

Module persistence 

Source
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§

EdgeDefinition
EdgeDefinition - Serializable edge structure
FilePersistence
FilePersistence - File-based graph storage
GraphDefinition
GraphDefinition - Serializable graph structure
MemoryPersistence
MemoryPersistence - In-memory graph storage
NodeDefinition
NodeDefinition - Serializable node structure
RouterDefinition
RouterDefinition - Serializable router structure

Enums§

EdgeType
EdgeType - Type of edge connection
NodeType
NodeType - Type of node execution
PersistenceError
Persistence error types

Traits§

GraphPersistence
GraphPersistence trait for storing and loading graph definitions