further serializer refactoring

This commit is contained in:
2024-02-15 19:06:56 +01:00
parent f6e55851cc
commit 73d1d65142
8 changed files with 78 additions and 101 deletions

View File

@ -6,7 +6,6 @@ add_library(fragment_store
./fragment_store/meta_components.hpp
./fragment_store/meta_components_id.inl
./fragment_store/serializer.hpp
./fragment_store/serializer.cpp
./fragment_store/fragment_store.hpp
./fragment_store/fragment_store.cpp
)