macro_rules! impl_ser_by_to_string {
    ($target:ty) => { ... };
}