Base class for JsonDeserializer.
More...
#include <JsonDeserializer.h>
|
| template<int FAKE = 0> |
| static T | fromJsonString (const std::string &jsonString) |
| | Deserialize object from its Json representation. More...
|
| |
template<typename T>
class virgil::sdk::serialization::JsonDeserializerBase< T >
Base class for JsonDeserializer.
- Template Parameters
-
| T | Class to be deserialized |
template<typename T >
template<int FAKE = 0>
Deserialize object from its Json representation.
- Template Parameters
-
| FAKE | Fake parameter to allow implementation in source files |
- Parameters
-
| jsonString | std::string with json representation of model |
- Returns
- deserialized object
The documentation for this class was generated from the following file: