SerializeArray

Declaration: SerializeArray (Src: TDouble2DArray; RowWise: boolean; var Dst: TDoubleArray);
The method SerializeArray serializes the array Src either rowwise (if parameter RowWise is TRUE) or columnwise (if parameter RowWise is FALSE) and writes the result into the vector Dst. The size of Dst is automatically adjusted.