MCPcopy Create free account
hub / github.com/chrxh/alien / deserializeAuxiliaryData

Method deserializeAuxiliaryData

source/PersisterInterface/SerializerService.cpp:1191–1196  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1189}
1190
1191void SerializerService::deserializeAuxiliaryData(AuxiliaryData& auxiliaryData, std::istream& stream)
1192{
1193 boost::property_tree::ptree tree;
1194 boost::property_tree::read_json(stream, tree);
1195 auxiliaryData = AuxiliaryDataParserService::get().decodeAuxiliaryData(tree);
1196}
1197
1198void SerializerService::serializeSimulationParameters(SimulationParameters const& parameters, std::ostream& stream)
1199{

Callers

nothing calls this directly

Calls 1

decodeAuxiliaryDataMethod · 0.80

Tested by

no test coverage detected