using QFSW.QC.Utilities;
using System;
namespace QFSW.QC
{
///
/// Serializer for all types that are generic constructions of a single type.
///
public abstract class GenericQcSerializer : IQcSerializer
{
///
/// The incomplete generic type of this serializer.
///
protected abstract Type GenericType { get; }
private Func