15 std::map<std::string, std::unique_ptr<Serializer>> map;
45 return *found->second;
static const MessageSerializer & MessageSerializerForType(const std::string &type, const std::string &parentPackage)
Look up or build a reader for a message type.
static std::map< std::string, std::unique_ptr< Serializer > > LoadDefaultSerializers()
Load the list of default serializers.
static std::map< std::string, std::unique_ptr< Serializer > > _defaultSerializers
List of built-in default serializers.
Serializer is the base class for all binary message interpreters.
static const Serializer & SerializerForType(const std::string &type, const std::string &parentPackage)
Look up or build a reader for a message type.