macro_rules! test_serialization_with_type {
    ($TypeParam:ty, $field_name:tt) => { ... };
}