🛰️航天仿真算法库 SpaceAST 0.0.1
载入中...
搜索中...
未找到
SerdeAPI.cpp 文件参考
#include "SerdeAPI.hpp"
#include "Serde.hpp"
#include "AstUtil/IO.hpp"

命名空间

namespace  ast
 

函数

errc_t ast::aObjectToCppCode (Object *object, std::string &cppcode)
 
errc_t ast::aObjectToCppFile (Object *object, StringView cppfilepath)
 
errc_t ast::aObjectSerialize (Object *object, ESerializationFormat format, std::string &output)
 
errc_t ast::aObjectDeserialize (const std::string &input, ESerializationFormat format, Object *object)
 

详细描述

序列化模块的API实现

作者
axel
日期
2026-03-30