void GetObjectToByteArray(ref Byte[] dstBuffer)
Serializes object state into a compact binary buffer.
| # | Name | Description |
|---|---|---|
| 1 | dstBuffer | Receives the serialized bytes. Implementation must allocate or overwrite the buffer. |
Result: stored in self (calling object)