macro_rules! to_string_with {
    ($obj:expr, $serializer:path) => { ... };
}