Messagepack (#12)

* add messagepack attributes

* fix isnullorempty

* bump api version

---------

Co-authored-by: rootdarkarchon <root.darkarchon@outlook.com>
This commit is contained in:
rootdarkarchon
2023-02-10 12:30:43 +01:00
committed by GitHub
parent f604e6d27e
commit 381f9a4808
28 changed files with 72 additions and 10 deletions

View File

@@ -1,5 +1,8 @@
namespace MareSynchronos.API.Data;
using MessagePack;
namespace MareSynchronos.API.Data;
[MessagePackObject(keyAsPropertyName: true)]
public class FileReplacementData : HashableDataBase
{
public string[] GamePaths { get; set; } = Array.Empty<string>();