Delegate Encode
The delegate to encode an object into a buffer.
Namespace: Amqp.Types
Assembly: Amqp.Net.dll
Syntax
public delegate void Encode(ByteBuffer buffer, object value, bool smallEncoding);
Parameters
Type | Name | Description |
---|---|---|
Byte |
buffer | The buffer to write the encoded object. |
System. |
value | The object to be written. |
System. |
smallEncoding | If true, use compact encoding when possible. |