noos::cloud::deserialize< service_type, return_type > Struct Template Reference
deserialize a json string to noos::object::* this struct uses template specialisation for each service_type and return_type pair the template parameter service_type
is a cloud class the template parameter return_type
is the data (object) returned
More...
#include <deserialize.hpp>
Public Member Functions | |
return_type | operator() (std::string json) |
Detailed Description
template<class service_type, class return_type>
struct noos::cloud::deserialize< service_type, return_type >
deserialize a json string to noos::object::* this struct uses template specialisation for each service_type and return_type pair the template parameter service_type
is a cloud class the template parameter return_type
is the data (object) returned
The documentation for this struct was generated from the following file:
- noos/cloud/deserialize.hpp