turorial 2in1

This commit is contained in:
Mindaugas Vinkelis
2017-08-21 20:49:34 +03:00
committed by fraillt
parent a1104a9b95
commit 79ee168893
8 changed files with 190 additions and 58 deletions

View File

@@ -4,6 +4,7 @@ The grand plan for this tutorial is to learn how to serialize/deserialize any ob
This tutorial will cover these main topics:
* [Hello World](hello_world.md) how to serialize a simple struct.
* [2 in 1](two_in_one.md) how to write one control flow for both, serialization and deserialization.
* [Composer](composition.md) how to make your type serializable by default or override default flow.
* [Squeeze Me!](compression.md) how to compress your data if you know what it stores.
* [Anything is Possible](extensions.md) how to extend library for your custom container, compress geometry and more.
* [Little or Big](endianness.md) how to change Endianness if you want best performance on PowerPC.