Reflection for RapidJSON
0.0.15
Reflection for serializing/deserializing with RapidJSON
|
The JsonReflectorChronoUtilitiesTests class tests the custom (de)serialization of the chrono utilities provided by the C++ utilities library. More...
Public Member Functions | |
JsonReflectorChronoUtilitiesTests () | |
void | testSerializeing () |
Tests serializing DateTime and TimeSpan objects. More... | |
void | testDeserializeing () |
Tests deserializing DateTime and TimeSpan objects. More... | |
void | testErroHandling () |
Tests deserializing DateTime and TimeSpan objects (error case). More... | |
The JsonReflectorChronoUtilitiesTests class tests the custom (de)serialization of the chrono utilities provided by the C++ utilities library.
Definition at line 29 of file jsonreflector-chronoutilities.cpp.
JsonReflectorChronoUtilitiesTests::JsonReflectorChronoUtilitiesTests | ( | ) |
Definition at line 51 of file jsonreflector-chronoutilities.cpp.
void JsonReflectorChronoUtilitiesTests::testDeserializeing | ( | ) |
Tests deserializing DateTime and TimeSpan objects.
Definition at line 80 of file jsonreflector-chronoutilities.cpp.
void JsonReflectorChronoUtilitiesTests::testErroHandling | ( | ) |
Tests deserializing DateTime and TimeSpan objects (error case).
Definition at line 101 of file jsonreflector-chronoutilities.cpp.
void JsonReflectorChronoUtilitiesTests::testSerializeing | ( | ) |
Tests serializing DateTime and TimeSpan objects.
Definition at line 61 of file jsonreflector-chronoutilities.cpp.