MySQL 9.1.0
Source Code Documentation
|
Experimental API header. More...
#include "mysql/serialization/archive_text.h"
#include "mysql/serialization/serializable.h"
#include "mysql/serialization/serializable_type_traits.h"
#include "mysql/serialization/serializer.h"
#include "mysql/utils/enumeration_utils.h"
#include "mysql/serialization/serializer_default_impl.hpp"
Go to the source code of this file.
Classes | |
struct | mysql::serialization::Serializer_vector_list_tag |
Helper tag for vector types to help compiler pick the correct method. More... | |
struct | mysql::serialization::Serializer_enum_tag |
Helper tag for enum types to help compiler pick the correct method. More... | |
struct | mysql::serialization::Serializer_map_tag |
Helper tag for map types to help compiler pick the correct method. More... | |
struct | mysql::serialization::Serializer_array_tag |
Helper tag for array types to help compiler pick the correct method. More... | |
struct | mysql::serialization::Serializer_set_tag |
Helper tag for set types to help compiler pick the correct method. More... | |
struct | mysql::serialization::Serializer_serializable_tag |
Helper tag for serializable types to help compiler pick the correct method. More... | |
class | mysql::serialization::Serializer_default< Archive_concrete_type > |
Basic serializer that is implementing Serializer interface. More... | |
Namespaces | |
namespace | mysql |
namespace | mysql::serialization |
Experimental API header.