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§
- Serialization
Agent - The ISA responsible for the entire scene serialization process.
Enums§
- Agent
Error - An error that can occur within the
SerializationAgent.