macro_rules! test_serialization {
    ($name:ident, $type:ty, $value:expr, $se_size:expr) => { ... };
}
Expand description

Macro to make writing tests easier since most of them follow the same pattern