Virgil Security C++ SDK
|
Forward decl. More...
#include <JsonTemplatedDeserializer.h>
Public Member Functions | |
JsonTemplatedDeserializer ()=delete | |
Forbid instantiation. | |
Static Public Member Functions | |
template<typename ResultType > | |
static ResultType | fromJson (const nlohmann::json &json) |
Static Public Member Functions inherited from virgil::sdk::serialization::JsonTemplatedDeserializerBase< T > | |
template<typename ResultType > | |
static ResultType | fromJsonString (const std::string &jsonString) |
Forward decl.
This class is responsible for deserializing of templated models.
T |
|
static |
ResultType | type for deserialized objects. Supported classes: CreateCardRequest, RevokeCardRequest. |
json | json representation of the object |