Kafka.Client.AbstractRequest.GetBytes C# (CSharp) Method

GetBytes() public abstract method

Converts the request to an array of bytes that is expected by Kafka.
public abstract GetBytes ( ) : byte[]
return byte[]
        public abstract byte[] GetBytes();
AbstractRequest