Home
last modified time | relevance | path

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

/foundation/distributeddatamgr/pasteboard/framework/framework/include/serializable/
Dserializable.h31 struct Serializable { struct
34 using size_type = nlohmann::json::size_type;
35 using error_handler_t = nlohmann::detail::error_handler_t;
60 API_EXPORT static bool GetValue(const json &node, const std::string &name, Serializable &value); argument
73 static bool GetValue(const json &node, const std::string &name, T *&value) in GetValue()
91 static bool GetValue(const json &node, const std::string &name, std::vector<T> &values) in GetValue()
106 static bool SetValue(json &node, const std::vector<T> &values) in SetValue()
/foundation/distributeddatamgr/relational_store/interfaces/inner_api/appdatafwk/include/
Dserializable.h30 struct Serializable { struct
33 using size_type = nlohmann::json::size_type;
34 using error_handler_t = nlohmann::detail::error_handler_t;
37 static std::string Marshall(T &values) in Marshall()
61 API_EXPORT static bool GetValue(const json &node, const std::string &name, Serializable &value); argument
75 static bool GetValue(const json &node, const std::string &name, T *&value) in GetValue()
93 static bool GetValue(const json &node, const std::string &name, std::vector<T> &values) in GetValue()
108 static bool SetValue(json &node, const std::vector<T> &values) in SetValue()
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/include/serializable/
Dserializable.h31 struct Serializable { struct
34 using size_type = nlohmann::json::size_type;
35 using error_handler_t = nlohmann::detail::error_handler_t;
39 static std::string Marshall(T &values) in Marshall()
63 API_EXPORT static bool GetValue(const json &node, const std::string &name, Serializable &value); argument
79 API_EXPORT static bool SetValue(json &node, const Serializable &value); argument