4340 Views
Here is a fun problem: how do you deserialize an array of objects with different types, but all of which inherit from the same super class? If you are using Newtonsoft's Json.NET, then this is actually rather easy to implement!
0 comments