Serialization.h
Go to the documentation of this file.
1 // This file is part of the MercuryDPM project (https://www.mercurydpm.org).
2 // Copyright (c), The MercuryDPM Developers Team. All rights reserved.
3 // License: BSD 3-Clause License; see the LICENSE file in the root directory.
4 
5 /*
6  * File: Serialization.h
7  * Author: dducks
8  *
9  * Defines all the templates
10  * for proper serialization / deserialization using Cereal
11  *
12  * Created on April 11, 2014, 1:31 PM
13  */
14 
15 #ifndef SERIALIZATION_H
16 #define SERIALIZATION_H
17 
18 #include <cereal/cereal.hpp>
19 
21 #include "serialization/Problem.h"
23 #include "serialization/Walls.h"
24 
25 #endif /* SERIALIZATION_H */
26