Skip to content
Snippets Groups Projects
Commit 5b9eeef8 authored by alja's avatar alja Committed by Sergey Linev
Browse files

Stream suggestions in REveDataTable::WriteCoreJson

parent 6e507b01
No related branches found
No related tags found
No related merge requests found
......@@ -55,6 +55,7 @@ Int_t REveDataTable::WriteCoreJson(nlohmann::json &j, Int_t rnr_offset)
jarr.push_back(row);
}
j["body"] = jarr;
fCollection->StreamPublicMethods(j);
j["fCollectionId"] = fCollection->GetElementId();
return ret;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment