in lab1/deepstream_plugin/neodlr_plugin.cc [119:122]
void NeoDLRLayer::serialize(void* buffer) const noexcept { char* d = reinterpret_cast<char*>(buffer); model_path_.copy(d, model_path_.size(), 0); }