CppCMS
serialization.h
1 //
3 // Copyright (C) 2008-2012 Artyom Beilis (Tonkikh) <artyomtnk@yahoo.com>
4 //
5 // See accompanying file COPYING.TXT file for licensing details.
6 //
8 #ifndef CPPCMS_SERIALIZATION_H
9 #define CPPCMS_SERIALIZATION_H
10 
11 #include <cppcms/serialization_classes.h>
12 #include <cppcms/archive_traits.h>
13 
14 #endif