Files
bitsery/doc/tutorial/README.md
2017-08-11 16:11:55 +03:00

730 B

The grand plan for this tutorial is to learn how to serialize/deserialize any object efficiently in time and space, so you could focus on other, more interesting things.

This tutorial will cover these main topics:

  • Hello World how to set up and to serialize a fundamental value.
  • 2 in 1 how to write one control flow for both, serialization and deserialization.
  • Squeeze Me! how to compress your data if you know what it stores.
  • Anything is Possible how to extend library for your custom container, compress geometry and more.
  • Little or Big how to change Endianness if you want best performance on PowerPC