简介
用于对ArgsFormat进行序列化和反序列化。
需要包含的头文件
1 | #include <graph/arg_desc_info.h> |
Public成员函数
static AscendString Serialize(const std::vector<ArgDescInfo> &args_format) static std::vector<ArgDescInfo> Deserialize(const AscendString &args_str)
父主题: ArgsFormatSerializer