#include "serialbox/core/Compiler.h"
#include "serialbox/core/Filesystem.h"
#include "serialbox/core/Json.h"
#include "serialbox/core/archive/Archive.h"
#include "serialbox/core/hash/Hash.h"
#include <string>
#include <unordered_map>
#include <vector>
Go to the source code of this file.
Classes | |
class | serialbox::BinaryArchive |
Non-portable binary archive. More... | |
struct | serialbox::BinaryArchive::FileOffsetType |
Offset within a file. More... | |
Namespaces | |
serialbox | |
Namespace of the serialbox library. | |
This file implements the non-portable binary archive.
Definition in file BinaryArchive.h.