Module serialization_agent

Module serialization_agent 

Source
Expand description

The Intelligent Subsystem Agent responsible for managing scene serialization.

This agent acts as the primary entry point for all serialization tasks. It holds a registry of available [SerializationStrategy] Lanes and contains the SAA logic to select the appropriate strategy based on a given [SerializationGoal].

Structs§

SerializationAgent
The ISA responsible for the entire scene serialization process.

Enums§

AgentError
An error that can occur within the SerializationAgent.