Reflection for RapidJSON  0.0.6
Reflection for serializing/deserializing with RapidJSON
Namespaces | Functions
reflector-chronoutilities.h File Reference
#include "./reflector.h"
#include <c++utilities/chrono/datetime.h>
#include <c++utilities/chrono/timespan.h>
Include dependency graph for reflector-chronoutilities.h:
This graph shows which files directly or indirectly include this file:

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< ChronoUtilities::DateTime > (BinaryDeserializer &deserializer, ChronoUtilities::DateTime &dateTime)
 
template<>
void ReflectiveRapidJSON::BinaryReflector::writeCustomType< ChronoUtilities::DateTime > (BinarySerializer &serializer, const ChronoUtilities::DateTime &dateTime)
 
template<>
void ReflectiveRapidJSON::BinaryReflector::readCustomType< ChronoUtilities::TimeSpan > (BinaryDeserializer &deserializer, ChronoUtilities::TimeSpan &timeSpan)
 
template<>
void ReflectiveRapidJSON::BinaryReflector::writeCustomType< ChronoUtilities::TimeSpan > (BinarySerializer &serializer, const ChronoUtilities::TimeSpan &timeSpan)