//! Serialization with selective field encryption for Runar, using macro-based approach without runtime registry
//!
//! This crate provides:
//! - Derive macros for selective field encryption
//! - Enhanced SerializerRegistry with encryption support
//! - Integration with runar-keys for envelope encryption
//! - Label-based key resolution system
pub use *;
pub use *;
// pub use traits::{serialize_with_context, deserialize_with_context};
// Re-export macros
pub use *;
// Re-export core types so callers can write `runar_serializer::ArcValue`.
pub use ;
pub use ErasedArc;