macro_rules! string_serde_impl { ($type:ty) => { ... }; }
Helper macro to serialize types to string via serde.