//! Re-exports for the `serde` feature.
//!
//! This module provides convenient access to serde types without requiring
//! consumers to add serde as a dependency.
/// Re-export of [`serde::Serialize`]. See original docs for details.
pub use Serialize;
/// Re-export of [`serde::Deserialize`]. See original docs for details.
pub use Deserialize;