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