QtJsonSerializer  4.0.0
A library to perform generic seralization and deserialization of QObjects
qtjsonserializer_global.h
Go to the documentation of this file.
1 #ifndef QTJSONSERIALIZER_GLOBAL_H
2 #define QTJSONSERIALIZER_GLOBAL_H
3 
4 #include <QtCore/qglobal.h>
5 
6 #ifndef QT_STATIC
7 # if defined(QT_BUILD_JSONSERIALIZER_LIB)
8 # define Q_JSONSERIALIZER_EXPORT Q_DECL_EXPORT
9 # else
10 # define Q_JSONSERIALIZER_EXPORT Q_DECL_IMPORT
11 # endif
12 #else
13 # define Q_JSONSERIALIZER_EXPORT
14 #endif
15 
16 namespace QtJsonSerializer {
17 
19 Q_JSONSERIALIZER_EXPORT void registerTypes();
20 
21 }
22 
24 #endif // QTJSONSERIALIZER_GLOBAL_H
QtJsonSerializer
The QtJsonSerializer namespace holds all classes of the module.
Definition: cborserializer.h:7
QtJsonSerializer::registerTypes
Q_JSONSERIALIZER_EXPORT void registerTypes()
Method to register all type converters for basic Qt types.