I'm parsing JSON in a background task. I'm parsing the result to a class with the NewtonSoft parser.
Because the classes i'm parsing the result are sealed, it gives conflicts when i use a list of sealed class A in sealed class B
This gives me the errors
I'm fairly new to programming for windows phone and i have not a single clue what to do with this.
Thanks in advance