Ultron.Proxy/Ultron.Proxy/Interfaces/IByteSerializeable.cs

7 lines
118 B
C#

namespace Ultron.Proxy.Interfaces
{
public interface IByteSerializeable
{
byte[] ToBytes();
}
}