MCPcopy Create free account
hub / github.com/TranslucentTB/TranslucentTB / Serialize

Method Serialize

Common/config/windowfilter.hpp:30–35  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

28
29 template<class Writer>
30 inline void Serialize(Writer &writer) const
31 {
32 SerializeStringSet(writer, ClassList, CLASS_KEY);
33 SerializeStringSet(writer, TitleList, TITLE_KEY);
34 SerializeStringSet(writer, FileList, FILE_KEY);
35 }
36
37 inline void Deserialize(const rjh::value_t &obj, void (*unknownKeyCallback)(std::wstring_view))
38 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected