CustomCreationConverter<T> public abstract class CustomCreationConverter<T> : JsonConverter Create a custom object Documentation protected CustomCreationConverter() public abstract T Create(Type objectType) Creates an object which will then be populated by the serializer.