OneOf icon indicating copy to clipboard operation
OneOf copied to clipboard

Problem in serializing to concrete object during Post call

Open abhinnKl opened this issue 3 years ago • 2 comments

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.

abhinnKl avatar Feb 09 '23 10:02 abhinnKl

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

dquitmeyer avatar Aug 11 '23 22:08 dquitmeyer

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

ncipollina avatar Sep 22 '23 19:09 ncipollina