Skip to content
Marc edited this page Jul 26, 2018 · 8 revisions

Cereal is very easy to use, this was in fact one of our goals besides making a serialization library, of course. Cereal can be used for a varying number of application, for example you can serialize models which will make the loading time 10 times faster, you can use Cereal to make your own texture file format (raresica1234 did that), you can use Cereal to store important data in very little space, important data such as: terrain/level data, inventory data, items, player position in the world and many many more.

Using the library

Using the library is actually pretty easy, all the tutorials can be actually found on this wiki. Tutorials such as: