AnCH Framework 0.1
Another C++ Hack Framework
Loading...
Searching...
No Matches
anch::json::GenericMapper< M, T > Member List

This is the complete list of members for anch::json::GenericMapper< M, T >, including all inherited members.

deserialize(T &value, anch::json::ReaderContext &context) constanch::json::GenericMapper< M, T >
deserialize(std::optional< T > &value, anch::json::ReaderContext &context) constanch::json::GenericMapper< M, T >
deserialize(T *value, anch::json::ReaderContext &context) constanch::json::GenericMapper< M, T >
deserialize(std::shared_ptr< T > &value, anch::json::ReaderContext &context) constanch::json::GenericMapper< M, T >
deserialize(std::vector< T > &value, anch::json::ReaderContext &context) constanch::json::GenericMapper< M, T >
deserialize(std::list< T > &value, anch::json::ReaderContext &context) constanch::json::GenericMapper< M, T >
deserialize(std::set< T > &value, anch::json::ReaderContext &context) constanch::json::GenericMapper< M, T >
deserialize(anch::Flux< T > &value, anch::json::ReaderContext &context) constanch::json::GenericMapper< M, T >
deserialize(std::map< std::string, T > &value, anch::json::ReaderContext &context) constanch::json::GenericMapper< M, T >
GenericMapper()anch::json::GenericMapper< M, T >protected
GenericMapper(const GenericMapper< M, T > &other)=deleteanch::json::GenericMapper< M, T >
GenericMapper(GenericMapper< M, T > &&other)=deleteanch::json::GenericMapper< M, T >
serialize(const T &value, anch::json::WriterContext &context) constanch::json::GenericMapper< M, T >
serialize(const std::optional< T > &value, anch::json::WriterContext &context) constanch::json::GenericMapper< M, T >
serialize(const T *const value, anch::json::WriterContext &context) constanch::json::GenericMapper< M, T >
serialize(const std::shared_ptr< T > &value, anch::json::WriterContext &context) constanch::json::GenericMapper< M, T >
serialize(const std::vector< T > &value, anch::json::WriterContext &context) constanch::json::GenericMapper< M, T >
serialize(const std::list< T > &value, anch::json::WriterContext &context) constanch::json::GenericMapper< M, T >
serialize(const std::set< T > &value, anch::json::WriterContext &context) constanch::json::GenericMapper< M, T >
serialize(const std::map< std::string, T > &value, anch::json::WriterContext &context) constanch::json::GenericMapper< M, T >
serialize(const std::string &field, const T &value, anch::json::WriterContext &context) constanch::json::GenericMapper< M, T >
serialize(const std::string &field, const std::optional< T > &value, anch::json::WriterContext &context) constanch::json::GenericMapper< M, T >
serialize(const std::string &field, const T *const value, anch::json::WriterContext &context) constanch::json::GenericMapper< M, T >
serialize(const std::string &field, const std::shared_ptr< T > &value, anch::json::WriterContext &context) constanch::json::GenericMapper< M, T >
serialize(const std::string &field, const std::vector< T > &value, anch::json::WriterContext &context) constanch::json::GenericMapper< M, T >
serialize(const std::string &field, const std::list< T > &value, anch::json::WriterContext &context) constanch::json::GenericMapper< M, T >
serialize(const std::string &field, const std::set< T > &value, anch::json::WriterContext &context) constanch::json::GenericMapper< M, T >
serialize(const std::string &field, const std::map< std::string, T > &value, anch::json::WriterContext &context) constanch::json::GenericMapper< M, T >
~GenericMapper()anch::json::GenericMapper< M, T >protectedvirtual