37 SchemaAndByteArrayConverter::SchemaAndByteArrayConverter() :
38 Converter<string>(
"schemaandbytearray",
"any", true) {
47 boost::shared_ptr<pair<string, boost::shared_ptr<string> > > realData =
48 boost::static_pointer_cast<pair<string, boost::shared_ptr<string> > >(
51 wire = *(realData->second);
52 return realData->first;
60 boost::shared_ptr<pair<
string, boost::shared_ptr<void> > >(
61 new pair<
string, boost::shared_ptr<void> >(wireSchema,
62 boost::shared_ptr<string>(
new string(wire)))));