Posts by thatsallfolks • 11 points
1 post
-
1
votes1
answer45
viewsQ: Deserialize for an Icollection without the need to create an extra class
Hello. I am using Json.NET to deserialize my object. Today I do it as follows: JsonConvert.DeserializeObject<ICollection<TModelo>>(stream.ReadToEnd()); Currently I have to create an…