|
| template<class t_type, class t_storage> |
| static bool | epee::serialization::serialize_t_val_as_blob (const t_type &d, t_storage &stg, typename t_storage::hsection hparent_section, const char *pname) |
| template<class t_type, class t_storage> |
| static bool | epee::serialization::unserialize_t_val_as_blob (t_type &d, t_storage &stg, typename t_storage::hsection hparent_section, const char *pname) |
| template<class serializible_type, class t_storage> |
| static bool | epee::serialization::serialize_t_obj (const serializible_type &obj, t_storage &stg, typename t_storage::hsection hparent_section, const char *pname) |
| template<class serializible_type, class t_storage> |
| static bool | epee::serialization::unserialize_t_obj (serializible_type &obj, t_storage &stg, typename t_storage::hsection hparent_section, const char *pname) |
| template<class stl_container, class t_storage> |
| static bool | epee::serialization::serialize_stl_container_t_val (const stl_container &container, t_storage &stg, typename t_storage::hsection hparent_section, const char *pname) |
| template<class stl_container, class t_storage> |
| static bool | epee::serialization::unserialize_stl_container_t_val (stl_container &container, t_storage &stg, typename t_storage::hsection hparent_section, const char *pname) |
| template<class stl_container, class t_storage> |
| static bool | epee::serialization::serialize_stl_container_pod_val_as_blob (const stl_container &container, t_storage &stg, typename t_storage::hsection hparent_section, const char *pname) |
| template<class stl_container, class t_storage> |
| static bool | epee::serialization::unserialize_stl_container_pod_val_as_blob (stl_container &container, t_storage &stg, typename t_storage::hsection hparent_section, const char *pname) |
| template<class stl_container, class t_storage> |
| static bool | epee::serialization::serialize_stl_container_t_obj (const stl_container &container, t_storage &stg, typename t_storage::hsection hparent_section, const char *pname) |
| template<class stl_container, class t_storage> |
| static bool | epee::serialization::unserialize_stl_container_t_obj (stl_container &container, t_storage &stg, typename t_storage::hsection hparent_section, const char *pname) |
| template<class t_type, class t_storage> |
| bool | epee::serialization::kv_serialize (const t_type &d, t_storage &stg, typename t_storage::hsection hparent_section, const char *pname) |
| template<class t_type, class t_storage> |
| bool | epee::serialization::kv_unserialize (t_type &d, t_storage &stg, typename t_storage::hsection hparent_section, const char *pname) |
| template<class t_type, class t_storage> |
| bool | epee::serialization::kv_serialize (const std::vector< t_type > &d, t_storage &stg, typename t_storage::hsection hparent_section, const char *pname) |
| template<class t_type, class t_storage> |
| bool | epee::serialization::kv_unserialize (std::vector< t_type > &d, t_storage &stg, typename t_storage::hsection hparent_section, const char *pname) |
| template<class t_type, class t_storage> |
| bool | epee::serialization::kv_serialize (const std::deque< t_type > &d, t_storage &stg, typename t_storage::hsection hparent_section, const char *pname) |
| template<class t_type, class t_storage> |
| bool | epee::serialization::kv_unserialize (std::deque< t_type > &d, t_storage &stg, typename t_storage::hsection hparent_section, const char *pname) |
| template<class t_type, class t_storage> |
| bool | epee::serialization::kv_serialize (const std::list< t_type > &d, t_storage &stg, typename t_storage::hsection hparent_section, const char *pname) |
| template<class t_type, class t_storage> |
| bool | epee::serialization::kv_unserialize (std::list< t_type > &d, t_storage &stg, typename t_storage::hsection hparent_section, const char *pname) |
| template<class t_type, class t_storage> |
| bool | epee::serialization::kv_serialize (const std::set< t_type > &d, t_storage &stg, typename t_storage::hsection hparent_section, const char *pname) |
| template<class t_type, class t_storage> |
| bool | epee::serialization::kv_unserialize (std::set< t_type > &d, t_storage &stg, typename t_storage::hsection hparent_section, const char *pname) |