MATLAB Compiler Previous page   Next Page

mwArray Serialize() const

Serialize underlying array into byte array, and return this data in new array of type mxUINT8_CLASS.

C++ syntax

Arguments

None

Return value

New mwArray of type mxUINT8_CLASS containing the serialized data.

Description

Use this method to serialize an array into bytes. A 1-by-n numeric matrix of type mxUINT8_CLASS is returned containing the serialized data. The data can be deserialized back into the original representation by calling maArray::Deserialize().


Previous page  mwArray SharedCopy() const mxClassID ClassID() const Next page

© 1994-2005 The MathWorks, Inc.