public interface IMtxVecSerializable
Binary serialization interface for Dew Math vector and matrix types. Provides a stable binary format compatible with Delphi.
Methods
| Name | Description |
|---|---|
| GetObjectToByteArray | Serializes object state into a compact binary buffer. |
| SetObjectFromByteArray | Restores object state from a binary buffer previously produced by Dew.Math.IMtxVecSerializable.GetObjectToByteArray. Returns the number of bytes consumed. |