Limited support for polymorphic deserialization (#1814)

This commit is contained in:
Cheick Keita
2022-04-19 18:36:50 -07:00
committed by GitHub
parent 4be286ada5
commit e32f42cc1b
6 changed files with 326 additions and 182 deletions

View File

@ -503,13 +503,12 @@ namespace Tests
return Test(ss);
}
/* @Cheick
[Property]
public bool WebhookMessageLog(WebhookMessageLog log)
{
return Test(log);
}
*/
[Property]
@ -604,13 +603,11 @@ namespace Tests
return Test(ss);
}
/* @Cheick
[Property]
public bool WebhookMessageLog(WebhookMessageLog log)
{
return Test(log);
}
*/
[Property]
public bool Webhook(Webhook wh)
@ -618,21 +615,18 @@ namespace Tests
return Test(wh);
}
/* @Cheick
[Property]
public bool WebhookMessageEventGrid(WebhookMessageEventGrid evt)
{
return Teste(evt);
{
return Test(evt);
}
*/
/* @Cheick
[Property]
public bool WebhookMessage(WebhookMessage msg)
{
return Test(msg);
}
*/
[Property]