Ejemplo n.º 1
0
 public static void SetCustomSerializer <T>(Action <IFormatter, T> serializer)
 {
     GenericSerializer <T> .Set(serializer);
 }