Int64 SetObjectFromByteArray(Byte[] srcBuffer)
Restores object state from a binary buffer previously produced by Dew.Math.IMtxVecSerializable.GetObjectToByteArray. Returns the number of bytes consumed.
| # | Name | Description |
|---|---|---|
| 1 | srcBuffer | Binary serialized data. |
Returns: Int64 - Number of bytes successfully parsed.