예제 #1
0
 private void SaveKeyIndex(ICommands cmds, KeyIndex keyedIndex, string id)
 {
     var bytes = SerializationHelper.Serialize(keyedIndex);
     cmds.SaveAsync(id, bytes);
 }