pub fn serialize<S>( URLInstance: &Url, SerializerInstance: S, ) -> Result<S::Ok, S::Error>where S: Serializer,