Ejemplo n.º 1
0
 public void Save(Action <JsonSerializerSettings> updateSettings = null)
 {
     JsonFile.Save(GetFullPath(), this, updateSettings);
 }
Ejemplo n.º 2
0
 public void Save()
 {
     JsonFile.Save(GetFullPath(), this);
 }