IMtxVecSerializable.GetObjectToByteArray Method

void GetObjectToByteArray(ref Byte[] dstBuffer)

Serializes object state into a compact binary buffer.

#NameDescription
1dstBufferReceives the serialized bytes. Implementation must allocate or overwrite the buffer.

Result: stored in self (calling object)