|
group2 0.1.0
CSE 125 Group 2
|
Lightweight binary serialization archives for ECS component snapshots. More...
#include <cstdint>#include <cstring>#include <stdexcept>#include <type_traits>#include <vector>Go to the source code of this file.
Classes | |
| class | OutputArchive |
| Archive that serializes trivially-copyable values into a byte buffer. More... | |
| class | InputArchive |
| Archive that deserializes trivially-copyable values from a byte buffer. More... | |
Lightweight binary serialization archives for ECS component snapshots.
OutputArchive writes trivially-copyable components into a byte buffer. InputArchive reads them back, advancing an internal offset. Used by RegistrySerialization to snapshot and restore the entt registry over the network.