![]() |
mksqlite
2.5
A MATLAB interface to SQLite
|
MATLAB hidden (officially undocumented) feature of serializing data. More...
Include dependency graph for serialize.hpp:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Functions | |
| bool | have_serialize () |
| Returns true, if current MATLAB version supports serialization. | |
| bool | can_serialize () |
| Returns true, if streaming is switched on (user setting) and serialization is accessible. | |
| bool | serialize (const mxArray *pItem, mxArray *&pByteStream) |
| Converts MATLAB variable of any complexity into byte stream. | |
| bool | deserialize (const mxArray *pByteStream, mxArray *&pItem) |
| Converts byte stream back into originally MATLAB variable. | |
MATLAB hidden (officially undocumented) feature of serializing data.
MATLAB arrays can be serialized into a byte stream for "streaming". With this feature any variable type can be stored as BLOB into a SQL database.
Definition in file serialize.hpp.
1.8.13