codec_traits for Avro maps. More...
#include <Specific.hh>
Static Public Member Functions | |
static void | encode (Encoder &e, const std::map< std::string, T > &b) |
Encodes a given value. | |
static void | decode (Decoder &d, std::map< std::string, T > &s) |
Decodes into a given value. | |
codec_traits for Avro maps.