snowflake-db-net-client icon indicating copy to clipboard operation
snowflake-db-net-client copied to clipboard

Improve JSON serialization and deserialization

Open 0xced opened this issue 10 months ago • 0 comments

  • Use JsonContent.Create() for requests in order to avoid the intermediate string serialization.
  • Use ReadFromJsonAsync<T>() for responses in order to avoid the intermediate string serialization.

Also update target framework from .NET 6 (unsupported) to .NET 8 (current LTS).

0xced avatar Jan 31 '25 15:01 0xced