SmallObjectWithParameterizedConstructorConverter<T, TArg0, TArg1, TArg2, TArg3>
class SmallObjectWithParameterizedConstructorConverter<T, TArg0, TArg1, TArg2, TArg3> : ObjectWithParameterizedConstructorConverter<T>
Implementation of JsonObjectConverter{T} that supports the deserialization
of JSON objects using parameterized constructors.