Serialization is needed for disk reads/writes and for bulk data networking requests. The Serialization classes should be in the Transput folder and interface well with human readable and modifiable files. An example of this are the engine .ini files. Additionally, compaction techniques should be implemented here for the Networking folder.
Serialization is needed for disk reads/writes and for bulk data networking requests. The Serialization classes should be in the
Transput
folder and interface well with human readable and modifiable files. An example of this are the engine.ini
files. Additionally, compaction techniques should be implemented here for theNetworking
folder.