mirror of
https://github.com/vcmi/vcmi.git
synced 2025-11-27 22:49:25 +02:00
update docs
This commit is contained in:
@@ -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).
|
||||
|
||||
Reference in New Issue
Block a user