RestEase icon indicating copy to clipboard operation
RestEase copied to clipboard

Support for standard ASP.NET Core MVC query parameter binding

Open rsivanov opened this issue 5 years ago • 1 comments

Hi! I was wondering why RestEase doesn’t support serialization of complex type parameters in a format compatible with ASP.NET Core MVC by default. It’s possible to do if you implement a custom serializer, but wouldn’t it be better to include this functionality in the box?

I implemented a simple version of such a serializer to use in my projects at work ComplexTypeRequestQueryParamSerializer. Maybe you would consider to do something alike for the future version of RestEase introducing an additional QuerySerializationMethod.

rsivanov avatar Jul 12 '20 09:07 rsivanov

Please commit it

timeshift92 avatar Aug 15 '22 16:08 timeshift92