10.3. Serializing arrays

The library will serialize C++ arrays as long as they are not const arrays (which cannot be loaded because they are const). Arrays of bool, char and unsigned char values will be stored as blobs in the database. Arrays of unknown length cannot be serialized and will generate a compile-time error.