Home
last modified time | relevance | path

Searched defs:Serializable (Results 1 – 1 of 1) sorted by relevance

/base/inputmethod/imf/services/json/include/
Dserializable.h27 struct Serializable { struct
29 virtual ~Serializable(){}; in ~Serializable() argument
44 static bool GetValue(cJSON *node, const std::string &name, Serializable &value); argument
49 auto subNode = GetSubNode(node, name);
73 static bool SetValue(cJSON *node, const std::string &name, const Serializable &value); argument
76 …ypename T> static bool SetValue(cJSON *node, const std::string &name, const std::vector<T> &values) in SetValue()