Overview
Serializes and deserializes ArgsFormat.
Header Files to Be Included
1 | #include <graph/arg_desc_info.h> |
Public Member Functions
static AscendString Serialize(const std::vector<ArgDescInfo> &args_format) static std::vector<ArgDescInfo> Deserialize(const AscendString &args_str)
Parent topic: ArgsFormatSerializer