Serialize CECD, CFG services
This commit is contained in:
parent
ef2e503281
commit
2d2c7218ef
23 changed files with 135 additions and 16 deletions
|
@ -105,13 +105,6 @@ private:
|
|||
std::chrono::seconds init_time;
|
||||
|
||||
SharedPageDef shared_page;
|
||||
|
||||
friend class boost::serialization::access;
|
||||
template <class Archive>
|
||||
void serialize(Archive& ar, const unsigned int file_version) {
|
||||
auto o_shared_page = boost::serialization::binary_object(&shared_page, sizeof(shared_page));
|
||||
ar& o_shared_page;
|
||||
}
|
||||
};
|
||||
|
||||
} // namespace SharedPage
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue