IMtxVecSerializable Interface

Source: MtxVecConverter.cs · Assembly: Dew.Math

public interface IMtxVecSerializable

Binary serialization interface for Dew Math vector and matrix types. Provides a stable binary format compatible with Delphi.

Methods

NameDescription
GetObjectToByteArraySerializes object state into a compact binary buffer.
SetObjectFromByteArrayRestores object state from a binary buffer previously produced by Dew.Math.IMtxVecSerializable.GetObjectToByteArray. Returns the number of bytes consumed.