public static WriteObject ( System.ByteBuffer buffer, object value, bool smallEncoding = true ) : void | ||
buffer | System.ByteBuffer | The buffer to write. |
value | object | The AMQP value. |
smallEncoding | bool | if true, try using small encoding if possible. |
return | void |