We were looking to disable reflection based JSON serialisation in our application only to hit a stumbling block with the StatementExecutionApiClient that we use.
After looking through the code there should be no reason why it cannot be updated to use source generation instead of relying on reflection.
We were looking to disable reflection based JSON serialisation in our application only to hit a stumbling block with the
StatementExecutionApiClientthat we use.After looking through the code there should be no reason why it cannot be updated to use source generation instead of relying on reflection.