#include <mapperRegistry.hpp>
Additional Inherited Members | |
Public Member Functions inherited from anch::rest::MapperRegistry | |
MapperRegistry () | |
~MapperRegistry () | |
template<typename T> | |
void | registerMapper (const std::string &contentType, const T &mapper) |
template<typename T> | |
void | serialize (const std::string &contentType, T value, std::ostream &out) |
template<typename T> | |
void | deserialize (const std::string &contentType, T &value, std::istream &input) |
Static Public Member Functions inherited from anch::Singleton< GlobalMapperRegistry > | |
static GlobalMapperRegistry & | getInstance () |
Global MapperRegistry