---
title: 简介
description: "用于对ArgsFormat进行序列化和反序列化。"
url: https://www.hiascend.com/document/detail/zh/canncommercial/latest/API/ascendgraphapi/atlasgeapi_07_0680.html
sourcePath: /source/zh/canncommercial/900/API/ascendgraphapi/atlasgeapi_07_0680.html
indexId: 64ff2f95a4b77e12b8abec21535312192243b485ecf80cadee6b2a0e52c6497272
---
# 简介

用于对ArgsFormat进行序列化和反序列化。

#### 需要包含的头文件

```
#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)
```
