Macro deserialize

Source
macro_rules! deserialize {
    ($map:expr, $ty:ty, $errors:expr, $file:expr) => { ... };
    ($map:expr, $ty:ty, $errors:expr, $file:expr, $replacements_allowed:expr) => { ... };
}