pub type Serializer = Arc<dyn Fn(&Value) -> Result<String> + Send + Sync>;
pub struct Serializer { /* private fields */ }