Пример #1
0
 public LocalNaaraPrefsStateSerializer(string prefsKey)
 {
     this.prefsKey       = prefsKey;
     this.jsonSerializer = new LocalJSONStateSerializer();
 }
 public ExternalJSONStateSerializer(string externalPath) : base(externalPath)
 {
     this.jsonSerializer = new LocalJSONStateSerializer();
 }