binary_tree_serialization It actually contains a simple implementation of a binary tree. In order to build the project order the following: mkdir build cd build cmake .. make