Hello,

I want to serialize std::vector<double>**. I tried but may be I did not look into right places but I can serialize a std::vector<double>* without any problem but not a pointer to a pointer to vector. I think I am doing something really stupid here or missing something.
Any help is highly appreciated.

Regards,
Salman Arshad