𝕭𝖔𝖙𝖙𝖑𝖊_𝕭𝖆𝖗𝖔𝖓
Newtonsoft.Json Serialization Exception
Trying to deserialize a List<Highscore> for my project and it throws this exception:
Unhandled exception. Newtonsoft.Json.JsonSerializationException: Error converting value "{"Name":"Willy","Time":316}" to type 'ReactionGame.Highscore'
Code (T is List<Highscore>):
Model:
Anyone know what might be wrong? I'm at a loss.
40 replies