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

Method serializeDataDescription

source/PersisterInterface/SerializerService.cpp:1154–1159  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1152}
1153
1154void SerializerService::serializeDataDescription(ClusteredDataDescription const& data, std::ostream& stream)
1155{
1156 cereal::PortableBinaryOutputArchive archive(stream);
1157 archive(Const::ProgramVersion);
1158 archive(data);
1159}
1160
1161bool SerializerService::deserializeDataDescription(ClusteredDataDescription& data, std::filesystem::path const& filename)
1162{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected