add write id

This commit is contained in:
2025-02-07 21:10:06 +01:00
parent 032800b220
commit 6725a63c07
4 changed files with 38 additions and 3 deletions

View File

@@ -15,6 +15,9 @@ struct ReadOperations {};
// Enable writing
struct WriteOperations {};
// Enable id writing
struct WriteId {};
// Use little endian for serialisation (instead of default big)
struct LittleEndian {};