Reflection for RapidJSON
0.0.15
Reflection for serializing/deserializing with RapidJSON
|
Contains functions for (de)serializing objects from the chrono utilities provided by the C++ utilities library. More...
#include "./reflector.h"
#include <c++utilities/chrono/datetime.h>
#include <c++utilities/chrono/timespan.h>
Go to the source code of this file.
Namespaces | |
ReflectiveRapidJSON | |
ReflectiveRapidJSON::BinaryReflector | |
The BinaryReflector namespace contains BinaryReader and BinaryWriter for automatic binary (de)serialization. | |
Functions | |
template<> | |
void | ReflectiveRapidJSON::BinaryReflector::readCustomType< CppUtilities::DateTime > (BinaryDeserializer &deserializer, CppUtilities::DateTime &dateTime) |
template<> | |
void | ReflectiveRapidJSON::BinaryReflector::writeCustomType< CppUtilities::DateTime > (BinarySerializer &serializer, const CppUtilities::DateTime &dateTime) |
template<> | |
void | ReflectiveRapidJSON::BinaryReflector::readCustomType< CppUtilities::TimeSpan > (BinaryDeserializer &deserializer, CppUtilities::TimeSpan &timeSpan) |
template<> | |
void | ReflectiveRapidJSON::BinaryReflector::writeCustomType< CppUtilities::TimeSpan > (BinarySerializer &serializer, const CppUtilities::TimeSpan &timeSpan) |
Contains functions for (de)serializing objects from the chrono utilities provided by the C++ utilities library.
Definition in file reflector-chronoutilities.h.