Base class for JsonTemplatedDeserializer.
More...
#include <JsonTemplatedDeserializer.h>
|
| template<typename ResultType > |
| static ResultType | fromJsonString (const std::string &jsonString) |
| |
template<typename T>
class virgil::sdk::serialization::JsonTemplatedDeserializerBase< T >
Base class for JsonTemplatedDeserializer.
- Template Parameters
-
| T | Class to be deserialized |
template<typename T >
template<typename ResultType >
- Template Parameters
-
| ResultType | type for deserialized objects. Supported classes: CreateCardRequest, RevokeCardRequest. |
- Parameters
-
| jsonString | json representation of the object in std::string form |
- Returns
- deserialized object
The documentation for this class was generated from the following file: