pub fn deserialize_integer_bounds<E>(
    mapping: &Mapping
) -> Result<Option<IntegerObjectBounds>, E>where
    E: Error,