Searched defs:Serializable (Results 1 – 1 of 1) sorted by relevance
27 struct Serializable { struct29 virtual ~Serializable(){}; in ~Serializable() argument44 static bool GetValue(cJSON *node, const std::string &name, Serializable &value); argument49 auto subNode = GetSubNode(node, name);73 static bool SetValue(cJSON *node, const std::string &name, const Serializable &value); argument76 …ypename T> static bool SetValue(cJSON *node, const std::string &name, const std::vector<T> &values) in SetValue()