mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
Add code comments
This commit is contained in:
parent
845c331cac
commit
07f44f2377
1 changed files with 3 additions and 0 deletions
|
|
@ -243,6 +243,9 @@ namespace Flow.Launcher.Storage
|
|||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Because ConcurrentBag does not support serialization, we need to convert it to a List
|
||||
/// </summary>
|
||||
public class ConcurrentDictionaryConcurrentBagConverter : JsonConverter<ConcurrentDictionary<string, ConcurrentBag<Record>>>
|
||||
{
|
||||
public override ConcurrentDictionary<string, ConcurrentBag<Record>> Read(ref Utf8JsonReader reader, Type typeToConvert, JsonSerializerOptions options)
|
||||
|
|
|
|||
Loading…
Reference in a new issue