You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now the generated classes in ShopifySharp.GraphQL all have extension methods for serializing and deserializing themselves using System.Text.Json. I'd like to explore whether it's possible to refactor (or disable?) those extension methods to use ShopifySharp's new IJsonSerializer interface, which is built for DI and to let devs choose which serialization library is used with the GraphService (e.g. Newtonsoft, System.Text.Json, etc.).
The text was updated successfully, but these errors were encountered:
Right now the generated classes in ShopifySharp.GraphQL all have extension methods for serializing and deserializing themselves using System.Text.Json. I'd like to explore whether it's possible to refactor (or disable?) those extension methods to use ShopifySharp's new
IJsonSerializer
interface, which is built for DI and to let devs choose which serialization library is used with the GraphService (e.g. Newtonsoft, System.Text.Json, etc.).The text was updated successfully, but these errors were encountered: