Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Wave MVC bind parameters does not support IJsonReadable check out of box. Should it support it? #898

Open
itadapter opened this issue Sep 18, 2023 · 0 comments
Assignees
Labels
AREA-WAVE Wave/Web question Further information is requested

Comments

@itadapter
Copy link
Contributor

Something like this, thows EVEN if CustomType implements IJsonReadable

 void Action(CustomType request)
{
  ...
}
// MVCHandler
protected virtual async Task<object[]> BindParametersAsync(Controller controller, string action, ActionBaseAttribute attrAction, MethodInfo method,  WorkContext work)
@itadapter itadapter added the AREA-WAVE Wave/Web label Sep 18, 2023
@itadapter itadapter self-assigned this Sep 18, 2023
@itadapter itadapter added the question Further information is requested label Sep 18, 2023
@itadapter itadapter changed the title Wave MVC bind parametrs does not support IJsonReadable check out of box. Should it support it? Wave MVC bind parameters does not support IJsonReadable check out of box. Should it support it? Sep 18, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
AREA-WAVE Wave/Web question Further information is requested
Projects
None yet
Development

No branches or pull requests

1 participant