Hello,
Primary, thank you for you excellente library,
I have a problem when i send an object with an Array of Object, this library converted my array into the string "Object Object"
My object
{ "levelExperience.skill": [ { "id": "018e3d92-389f-70bc-bcfa-5629ca7c4d4c", "levelExperience": null } ], }
This conversation to query string

I think for fix this problem, i need to replace the query encoder of library by my self encoder.
It's possible of replace encoder ?