Exemple #1
0
 public static ITypeConfiguration <T> CustomSerializer <T, TSerializer>(this IConfigurationContainer @this)
     where TSerializer : IExtendedXmlCustomSerializer <T>
 => @this.CustomSerializer <T>(typeof(TSerializer));