Exemplo n.º 1
0
 public bool Save(string path) => JsonSerialzation.Save(this, path);
Exemplo n.º 2
0
 public static bool Save <T>(T config, string path) where T : IServerConfig => JsonSerialzation.Save <T>(config, path);