pub fn serialize_option_f64_as_string<S>( value: &Option<f64>, serializer: S, ) -> Result<S::Ok, S::Error>where S: Serializer,