namespace Mhf.Server.Packet { public interface IPacketSerializer { MhfPacket Serialize(T obj); } }