using System; public interface IBytesSerializable { byte[] ToBytes(); }