Renames CardPriceConverter to CardPricesJsonConverter

This commit is contained in:
Serraniel 2023-03-03 15:41:12 +01:00
parent 0886230dda
commit 2182af4f26
Signed by: Serraniel
GPG key ID: 3690B4E7364525D3

View file

@ -8,7 +8,7 @@ using JpnCardsPokemon.Sdk.Api;
namespace JpnCardsPokemon.Sdk.Utils.JsonConverter;
internal class CardPriceConverter : JsonConverter<IEnumerable<CardPrice>>
internal class CardPricesJsonConverter : JsonConverter<IEnumerable<CardPrice>>
{
public override IEnumerable<CardPrice>? Read(ref Utf8JsonReader reader, Type typeToConvert,
JsonSerializerOptions options)