#custom queryParam serializer on the controller
1 messages · Page 1 of 1 (latest)
what do you mean by custom?
the queryParam is an array of objects. I want to customize how that array is serialized and deserialized
Because currently it's being serialized like this: ?filters=%5Bobject%20Object%5D%2C%5Bobject%20Object%5D%2C%5Bobject%20Object%5D
you probably need to JSON.stringify it first, and then encodeURIComponent to make sure it's safe