Lines Matching refs:Serializable
20 bool Serializable::Unmarshall(const std::string &content)
32 bool Serializable::Marshall(std::string &content) const
54 bool Serializable::GetValue(cJSON *node, const std::string &name, std::string &value)
65 bool Serializable::GetValue(cJSON *node, const std::string &name, int32_t &value)
76 bool Serializable::GetValue(cJSON *node, const std::string &name, uint32_t &value)
92 bool Serializable::GetValue(cJSON *node, const std::string &name, bool &value)
103 bool Serializable::GetValue(cJSON *node, const std::string &name, Serializable &value)
113 bool Serializable::SetValue(cJSON *node, const std::string &name, const std::string &value)
119 bool Serializable::SetValue(cJSON *node, const std::string &name, const int32_t &value)
125 cJSON *Serializable::GetSubNode(cJSON *node, const std::string &name)