macro_rules! serialize {
(as+DE $s:ty) => { ... };
(as $s:ty) => { ... };
(DE $s:ty) => { ... };
($s:ty) => { ... };
}
macro_rules! serialize {
(as+DE $s:ty) => { ... };
(as $s:ty) => { ... };
(DE $s:ty) => { ... };
($s:ty) => { ... };
}