View TaggedUnionConverter.cs
using Newtonsoft.Json; | |
using Newtonsoft.Json.Linq; | |
using System; | |
using System.Collections.Generic; | |
namespace Utilities | |
{ | |
/// <summary> | |
/// Allows interfaces to be deserialized by creating a concrete implementation, based on some discriminating key in | |
/// the interface. |