| 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 | { |
nothing calls this directly
no outgoing calls
no test coverage detected