RestEase
RestEase copied to clipboard
Support for standard ASP.NET Core MVC query parameter binding
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.
Please commit it