pub fn instance_id_serialize<S>( instance_id: &Option<InstanceId>, serializer: S, ) -> Result<S::Ok, S::Error>where S: Serializer,