AR_Engine_SDK
|
函数 | |
function xthrift | load (buffer) |
function xthrift | load_file (path) |
function xthrift | decode (name, pbBuffer) |
function xthrift | decode_file (name, filePath) |
变量 | |
xthrift = {} | |
function xthrift decode | ( | name | , |
pbBuffer | |||
) |
反序列化
name | string thrift实体名称 |
pbBuffer | string thrift数据流 |
function xthrift decode_file | ( | name | , |
filePath | |||
) |
反序列化
name | string thrift实体名称 |
pbBuffer | string thrift数据文件绝对路径 |
function xthrift load | ( | buffer | ) |
加载thrift类型描述文件
path | string thrift描述文件数据 |
function xthrift load_file | ( | path | ) |
加载thrift类型描述文件
path | string thrift文件绝对路径 |
xthrift = {} |