Ejemplo n.º 1
0
 public static string GetName <T>(this IDeserializer <T> src)
 {
     return(src.GetType().Name);
 }