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

Problem in serializing to concrete object during Post call #138

Open
abhinnKl opened this issue Feb 9, 2023 · 2 comments
Open

Problem in serializing to concrete object during Post call #138

abhinnKl opened this issue Feb 9, 2023 · 2 comments

Comments

@abhinnKl
Copy link

abhinnKl commented Feb 9, 2023

I have and object(a) which is OneOf<x,y,z>

[Post] public async void(ICollection<a> ids) {// Do something}

image

I also have written a custom JSON serializer and deserializer, then also its not working.

@dquitmeyer
Copy link

I am trying to return my request in an API endpoint and having the same issue. Did you ever resolve this?

@ncipollina
Copy link

I'm running into the same issue. It appears to be an issue in the ModelBinder.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants