mirror of
https://github.com/fraillt/bitsery.git
synced 2026-06-08 00:03:54 +00:00
593 B
593 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 Worldwrite one control flow for both: serialization and deserialization.Composerefficiently compose complex serialization flows.Squeeze Me!compress your data when you know what it stores.Anything is Possibleextend library for custom container, compress geometry and more.Little or Bigchange endianness if you want best performance on PowerPC.