This is the complete list of members for anch::json::GenericMapper< M, T >, including all inherited members.
| deserialize(T &value, anch::json::ReaderContext &context) const | anch::json::GenericMapper< M, T > | |
| deserialize(std::optional< T > &value, anch::json::ReaderContext &context) const | anch::json::GenericMapper< M, T > | |
| deserialize(T *value, anch::json::ReaderContext &context) const | anch::json::GenericMapper< M, T > | |
| deserialize(std::shared_ptr< T > &value, anch::json::ReaderContext &context) const | anch::json::GenericMapper< M, T > | |
| deserialize(std::vector< T > &value, anch::json::ReaderContext &context) const | anch::json::GenericMapper< M, T > | |
| deserialize(std::list< T > &value, anch::json::ReaderContext &context) const | anch::json::GenericMapper< M, T > | |
| deserialize(std::set< T > &value, anch::json::ReaderContext &context) const | anch::json::GenericMapper< M, T > | |
| deserialize(anch::Flux< T > &value, anch::json::ReaderContext &context) const | anch::json::GenericMapper< M, T > | |
| deserialize(std::map< std::string, T > &value, anch::json::ReaderContext &context) const | anch::json::GenericMapper< M, T > | |
| GenericMapper() | anch::json::GenericMapper< M, T > | protected |
| GenericMapper(const GenericMapper< M, T > &other)=delete | anch::json::GenericMapper< M, T > | |
| GenericMapper(GenericMapper< M, T > &&other)=delete | anch::json::GenericMapper< M, T > | |
| serialize(const T &value, anch::json::WriterContext &context) const | anch::json::GenericMapper< M, T > | |
| serialize(const std::optional< T > &value, anch::json::WriterContext &context) const | anch::json::GenericMapper< M, T > | |
| serialize(const T *const value, anch::json::WriterContext &context) const | anch::json::GenericMapper< M, T > | |
| serialize(const std::shared_ptr< T > &value, anch::json::WriterContext &context) const | anch::json::GenericMapper< M, T > | |
| serialize(const std::vector< T > &value, anch::json::WriterContext &context) const | anch::json::GenericMapper< M, T > | |
| serialize(const std::list< T > &value, anch::json::WriterContext &context) const | anch::json::GenericMapper< M, T > | |
| serialize(const std::set< T > &value, anch::json::WriterContext &context) const | anch::json::GenericMapper< M, T > | |
| serialize(const std::map< std::string, T > &value, anch::json::WriterContext &context) const | anch::json::GenericMapper< M, T > | |
| serialize(const std::string &field, const T &value, anch::json::WriterContext &context) const | anch::json::GenericMapper< M, T > | |
| serialize(const std::string &field, const std::optional< T > &value, anch::json::WriterContext &context) const | anch::json::GenericMapper< M, T > | |
| serialize(const std::string &field, const T *const value, anch::json::WriterContext &context) const | anch::json::GenericMapper< M, T > | |
| serialize(const std::string &field, const std::shared_ptr< T > &value, anch::json::WriterContext &context) const | anch::json::GenericMapper< M, T > | |
| serialize(const std::string &field, const std::vector< T > &value, anch::json::WriterContext &context) const | anch::json::GenericMapper< M, T > | |
| serialize(const std::string &field, const std::list< T > &value, anch::json::WriterContext &context) const | anch::json::GenericMapper< M, T > | |
| serialize(const std::string &field, const std::set< T > &value, anch::json::WriterContext &context) const | anch::json::GenericMapper< M, T > | |
| serialize(const std::string &field, const std::map< std::string, T > &value, anch::json::WriterContext &context) const | anch::json::GenericMapper< M, T > | |
| ~GenericMapper() | anch::json::GenericMapper< M, T > | protectedvirtual |