MCPcopy Create free account
hub / github.com/BehaviorTree/Groot / Serializable

Class Serializable

QtNodeEditor/include/nodes/internal/Serializable.hpp:8–21  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6{
7
8class Serializable
9{
10public:
11
12 virtual
13 ~Serializable() = default;
14
15 virtual
16 QJsonObject
17 save() const = 0;
18
19 virtual void
20 restore(QJsonObject const & /*p*/) {}
21};
22}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected