MySQL 8.4.0
Source Code Documentation
serializer_default.h File Reference

Experimental API header. More...

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
 

Detailed Description

Experimental API header.