Serialization with Qt

Posted by Narek on Stack Overflow See other posts from Stack Overflow or by Narek
Published on 2010-04-03T08:37:25Z Indexed on 2010/04/03 8:43 UTC
Read the original article Hit count: 386

Filed under:
|
|
|
|

I am programming a GUI with Qt. In my GUI I have a huge std::map. And "MyType" is a class that has different kinds of filds. So, in a word, I want to serialize the std::map. How can I do that? Does Qt provides us with neccesary features?

P.S. I would like to use std::map, NOT QMap.

© Stack Overflow or respective owner

Related posts about qt

Related posts about qt4