❔ How to deserialize correctly
Hi, I have the following records :
this is a little bit weird (the name Product is used twice), because unfortunately the records are used to deserialize objects returned from an external API that returns a list either empty or have the following format:
To deserialize, I am using
The problem is that I don't know how to do this properly in order not to have the warnings. Any idea ?
this is a little bit weird (the name Product is used twice), because unfortunately the records are used to deserialize objects returned from an external API that returns a list either empty or have the following format:
To deserialize, I am using
The problem is that I don't know how to do this properly in order not to have the warnings. Any idea ?