Remote error: VAR and OUT arguments must match parameter type exactly'

在XE10中

downloadfile(filename: string; out FileStream: TStream; out FileSize: int64)是没有问题的,升级到delphi 10.1 berlin后,报

调用时报: Remote error: VAR and OUT arguments must match parameter type exactly 错误。

用TDBXJSONStream代替TStream,经测试可行。