1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-11-27 22:49:25 +02:00

update docs

This commit is contained in:
Laserlicht
2024-05-06 00:46:21 +02:00
committed by GitHub
parent 48a9696e7f
commit 277a0e63d8
65 changed files with 6 additions and 131 deletions

View File

@@ -1,5 +1,3 @@
< [Documentation](../Readme.md) / Serialization System
# Introduction
The serializer translates between objects living in our code (like int or CGameState\*) and stream of bytes. Having objects represented as a stream of bytes is useful. Such bytes can send through the network connection (so client and server can communicate) or written to the disk (savegames).