Describe the bug
All gateway services should be decoding and encoding messages in the same way
To Reproduce
WebGui uses meta data to map complex parameters in CodecUtils.fromJson(bodyData, Object[].class);
Mqtt, MqttBroker & Runtime use MethodCache.getDecodedJsonParameters which is not explicit, and must "guess" on overloaded complex types
Describe the bug
All gateway services should be decoding and encoding messages in the same way
To Reproduce
WebGui uses meta data to map complex parameters in CodecUtils.fromJson(bodyData, Object[].class);
Mqtt, MqttBroker & Runtime use MethodCache.getDecodedJsonParameters which is not explicit, and must "guess" on overloaded complex types