ECSTASY
All in the name
Loading...
Searching...
No Matches
include.hpp
Go to the documentation of this file.
1
11
12#ifndef ECSTASY_SERIALIZER_HPP_
13#define ECSTASY_SERIALIZER_HPP_
14
15#include "ISerializer.hpp"
16#include "RawSerializer.hpp"
17#include "Serializer.hpp"
18#include "concepts/include.hpp"
19#include "traits/include.hpp"
20
21#ifdef ECSTASY_SERIALIZER_JSON
22 #include "JsonSerializer.hpp"
23#endif
24
32{
33}
34
35#endif /* !ECSTASY_SERIALIZER_HPP_ */
Interface for all serializer classes.
JsonSerializer class.
Namespace regrouping the serialization ecstasy classes.
Definition AType.hpp:26
Serialize and deserialize objects.