v1.0
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
20
#include "
serialization/Utilities.h
"
21
#include "
serialization/Problem.h
"
22
#include "
serialization/Particles.h
"
23
#include "
serialization/Walls.h
"
24
25
#endif
/* SERIALIZATION_H */
26
Particles.h
Problem.h
Utilities.h
Walls.h
Drivers
SerializedDriver
Serialization.h
Generated on Wed Aug 27 2025 17:02:39 for MercuryDPM by
1.9.1