add some debugging code for serializing

This commit is contained in:
Master 2023-10-11 22:41:57 +02:00
parent c58d957272
commit 969b847c88
1 changed files with 1 additions and 0 deletions

View File

@ -1,6 +1,7 @@
using System.Buffers.Binary;
using System.Net.Mail;
using System.Net.Sockets;
using System.Text.Json;
using AscNet.Common.Util;
using MessagePack;