World serialization done (not well-tested yet)

This commit is contained in:
2021-03-16 12:19:37 -04:00
parent 7c9fd1e46b
commit a64e339b6b
8 changed files with 111 additions and 52 deletions

View File

@@ -302,6 +302,7 @@ public:
int64_t write_count() const;
// Delete all data and (if not fixed-size) free the buffer.
// Also resets the read and write counts.
void clear();
// Alloc_space and wrote_space need to be invoked together.