Skip to content

Instantly share code, notes, and snippets.

@mizrael
Created September 20, 2015 08:12
Show Gist options
  • Save mizrael/d50b5e999279b3ec60da to your computer and use it in GitHub Desktop.
Save mizrael/d50b5e999279b3ec60da to your computer and use it in GitHub Desktop.
var myClassInstaceDeserialized = JsonConvert.DeserializeObject<MyClass>(jsonData, new JsonSerializerSettings
{
TypeNameHandling = TypeNameHandling.Objects
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment