Click here to Skip to main content
15,889,216 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I am new in serialization.
I want to know if new feature of c++11 such as what exists on type-trait and functional help me to make my serialization struct and save and load it to and from file without using any extra library.
any tutorial ,comment and code would be appreciated.

What I have tried:

I searched to find suitable serialization library and I worked a little with quick json, boost and cereal.
Posted
Updated 22-Jan-18 1:48am
v2
Comments
Richard MacCutchan 22-Jan-18 4:12am    
Did you check the C++11 documentation?

1 solution

As far as I know there is no built-in serialization feature in C++11.
I guess some new language (and library) features may help you in writing serialization code, however I'm not aware of any of them specifically introduced to make serialization easier.
 
Share this answer
 
Comments
saide_a 23-Jan-18 2:32am    
Thanks for your answer, I think so too.
I will try more and if I find a solution I post it here.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900