//! Serialization Abstractions (OCP & DIP)
//!
//! Provides core traits for serializing YAML Node trees into different text formats.
use crateResult;
use crateIDestination;
use crateNode;
/// Trait defining the contract for serializing a Node AST into a target format.