| MATLAB Compiler | ![]() |
mwArray Serialize() const
Serialize underlying array into byte array, and return this data in new array of type mxUINT8_CLASS.
C++ syntax
Arguments
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().
| mwArray SharedCopy() const | mxClassID ClassID() const | ![]() |
© 1994-2005 The MathWorks, Inc.