This library was created using the library template
This library is used to save/load c++ objects to/from a binary file.
- Logger Library (optional)
- Easy Profiler (optional)
-
If you want to use the library in a project that is based on the library template, you can simply copy the
ObjectSerializer.cmake
file to your projectsdependencies
folder and reconfigure that project. -
If you want to use the library as standalone build and include the logger lib manually to your project, download the repository and run the
build.bat
or open the CMakeLists.txt using Visual Studio and build and install the library.
🚧