OneOf
OneOf copied to clipboard
Problem in serializing to concrete object during Post call
I have and object(a) which is OneOf<x,y,z>
[Post] public async void(ICollection<a> ids) {// Do something}

I also have written a custom JSON serializer and deserializer, then also its not working.
I am trying to return my request in an API endpoint and having the same issue. Did you ever resolve this?
I'm running into the same issue. It appears to be an issue in the ModelBinder.