Define an is_serializable trait for types we can serialize natively. More...
#include "Config.hh"#include "Boost.hh"#include "Types.hh"Go to the source code of this file.
Classes | |
| struct | avro::is_serializable< T > |
| struct | avro::is_promotable< T > |
| struct | avro::type_to_avro< T > |
Namespaces | |
| avro | |
| A bunch of templates and specializations for encoding and decoding specific types. | |
Macros | |
| #define | DEFINE_PRIMITIVE(CTYPE, AVROTYPE) |
| #define | DEFINE_PROMOTABLE_PRIMITIVE(CTYPE, AVROTYPE) |
Define an is_serializable trait for types we can serialize natively.
New types will need to define the trait as well.
| #define DEFINE_PRIMITIVE | ( | CTYPE, | |
| AVROTYPE | |||
| ) |
| #define DEFINE_PROMOTABLE_PRIMITIVE | ( | CTYPE, | |
| AVROTYPE | |||
| ) |
1.8.8