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