namespace Qrakhen.Qamp.Core.Abstractions; public interface ISerialize { byte[] Serialize(); static abstract TSelf Deserialize(byte[] data); }