pub fn deserialize_integer<E>(
    name: &str,
    mapping: &Mapping
) -> Result<Option<i64>, E>where
    E: Error,