Is it possible for the server to deserialize parameters as typed arrays (specifically, string[]) when sent from the JS client library (as JSON), or will array parameters always be object arrays?
(This might be better directed as a question about the JS client library, if there's something we need to do prior to serialization in order to flag what kind of array is being serialized.)
(This might be better directed as a question about the JS client library, if there's something we need to do prior to serialization in order to flag what kind of array is being serialized.)